The PropertyDefinitionList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertyDefinitionList |
Constructor for PropertyDefinitionList.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a PropertyDefinition object to the end of the list.
| |
Clear | (Inherited from ValidatingList.) | |
Contains |
Determines whether a PropertyDefinition object is in the list.
| |
CopyTo | (Inherited from ValidatingList.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetEnumerator | (Inherited from ValidatingList.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Searches for the specified PropertyDefinition object and returns the zero-based index of the first occurrence within the entire list.
| |
Insert |
Inserts a PropertyDefinition object into the list at the specified index.
| |
OnClear | (Inherited from ValidatingList.) | |
OnClearComplete | (Inherited from ValidatingList.) | |
OnInsert | (Inherited from ValidatingList.) | |
OnInsertComplete | (Inherited from ValidatingList.) | |
OnRemove | (Inherited from ValidatingList.) | |
OnRemoveComplete | (Inherited from ValidatingList.) | |
OnSet | (Inherited from ValidatingList.) | |
OnSetComplete | (Inherited from ValidatingList.) | |
Remove |
Removes the first occurrence of a specific PropertyDefinition object from the list.
| |
RemoveAt | (Inherited from ValidatingList.) | |
ToArray |
Copies the elements of the list to a new array of PropertyDefinition objects.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ValidatingList.) | |
InnerList | (Inherited from ValidatingList.) | |
IsFixedSize | (Inherited from ValidatingList.) | |
IsSynchronized | (Inherited from ValidatingList.) | |
Item |
Gets or sets the PropertyDefinition object at the specified index.
| |
List | (Inherited from ValidatingList.) | |
SyncRoot | (Inherited from ValidatingList.) |