ValidationMessageCollection Properties

The ValidationMessageCollection type exposes the following members.

  NameDescription
Public property Count (Inherited from Collection<ValidationMessage>.)
Public property Element Gets the ModelElement class instance that the validation is related to.
Public property ElementIsParent Gets or sets a Boolean value that specifies whether the element is the parent.
Public property Errors Gets the number of validation errors.
Public property Item (Inherited from Collection<ValidationMessage>.)
Protected property Items (Inherited from Collection<ValidationMessage>.)
Public property Messages Gets the number of validation messages.
Public property ParentElement Gets the parent DesignElement class instance that the validation is related to.
Public property PropertyType Gets the PropertyType class instance that the validation is related to.
Public property RootElement Gets the root DesignElement class instance to which the validation is related.
Public property Warnings Gets the number of validation warnings.
Top

  NameDescription
Explicit interface implemetation Private property IList.IsFixedSize (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private property ICollection<T>.IsReadOnly (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private property IList.IsReadOnly (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private property ICollection.IsSynchronized (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private property IList.Item (Inherited from Collection<ValidationMessage>.)
Explicit interface implemetation Private property ICollection.SyncRoot (Inherited from Collection<ValidationMessage>.)
Top

Community Additions

ADD
Show: