Warnings Class

 

Represents the model deployment errors that are treated as warnings.

Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Deployment.Warnings

Syntax

[SerializableAttribute]
public class Warnings
[SerializableAttribute]
public ref class Warnings 
[<SerializableAttribute>]
type Warnings = class end
<SerializableAttribute>
Public Class Warnings

Constructors

Name Description
System_CAPS_pubmethod Warnings()

Initializes a new instance of the Warnings class.

Properties

Name Description
System_CAPS_pubproperty Count

Gets a count of the errors in all collections.

System_CAPS_pubproperty ServicesErrors

Gets the services API errors to treat as warnings.

System_CAPS_pubproperty StagingBatchErrors

Obsolete.Gets the staging batch errors to treat as warnings.

Methods

Name Description
System_CAPS_pubmethod AddError(Error)

Adds an error to the collection of services errors to treat as warnings.

System_CAPS_pubmethod AddError(StagingBatchError)

Obsolete.Adds an error to the collection of staging batch errors to treat as warnings.

System_CAPS_pubmethod AddErrors(Collection<Error>)

Adds a collection of errors to the collection of services errors to treat as warnings.

System_CAPS_pubmethod AddErrors(Collection<StagingBatchError>)

Obsolete.Adds a collection of errors to the collection of staging batch errors to treat as warnings.

System_CAPS_pubmethod AddErrors(IEnumerable<Error>)

Adds a collection of errors that iterates through the collection of services errors to treat as warnings.

System_CAPS_pubmethod AddErrors(IEnumerable<StagingBatchError>)

Obsolete.Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings.

System_CAPS_pubmethod ClearErrors()

Clears out all error collections.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.MasterDataServices.Deployment Namespace

Return to top