Share via


Classe Warnings

Represents the model deployment errors that are treated as warnings.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Deployment..::..Warnings

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class Warnings
'Utilisation
Dim instance As Warnings
[SerializableAttribute]
public class Warnings
[SerializableAttribute]
public ref class Warnings
[<SerializableAttribute>]
type Warnings =  class end
public class Warnings

Le type Warnings expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Warnings Initializes a new instance of the Warnings class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of the errors in all collections.
Propriété publique ServicesErrors Gets the collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.
Propriété publique StagingBatchErrors Gets a collection of staging errors to treat as warnings.

Haut de la page

Méthodes

  Nom Description
Méthode publique AddError(Error) Adds an error to the collection of Error objects to treat as warnings.
Méthode publique AddError(StagingBatchError) Adds an error to the collection of StagingBatchError objects to treat as warnings.
Méthode publique AddErrors(IEnumerable< (Of < <' (Error> ) > > )) Adds a collection of errors that iterates through the collection of Error objects to treat as warnings.
Méthode publique AddErrors(Collection< (Of < <' (Error> ) > > )) Adds a collection of errors to the collection of Error objects to treat as warnings.
Méthode publique AddErrors(IEnumerable< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors that iterates through the collection of StagingBatchError objects to treat as warnings.
Méthode publique AddErrors(Collection< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors to the collection of StagingBatchError objects to treat as warnings.
Méthode publique ClearErrors Indicates to clear out all error collections.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.