DbElementTypeList Constructor
|
Initializes a new instance of the DbElementTypeList class. |
Include_Invisible | Whether to include invisible DbElementTypes in all AddAll and RemoveAll opeations (default FALSE) NB: The setting does *not* modify the existing list - it is used as a filter on all *subsequent* AddAll and RemoveAll operations. The setting does not apply to Add or Remove operations. |
Include_Synonyms | Whether to include synonyms in all AddAll and RemoveAll opeations (default FALSE) NB: The setting does *not* modify the existing list - it is used as a filter on all *subsequent* AddAll and RemoveAll operations. The setting does not apply to Add or Remove operations. |
Add | Overloaded. Add a specific DbElementType |
AddAll | Overloaded. Add all DbElementTypes to the DbElementTypeList |
Count | Returns the number of element types currently in the DbElementTypeList |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator | |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
MaximumFieldWidth | Overloaded. Returns the maximum width of a field over a DbElementTypeList (useful when setting column widths) |
Remove | Overloaded. Remove all instances of a specific DbElementType from the DbElementTypeList |
RemoveAll | Overloaded. Remove all DbElementTypes from the DbElementTypeList |
SortList | Overloaded. Sort DbElementTypeList on a single field |
ToString (inherited from Object) | Returns a String that represents the current Object. |
DbElementTypeList Class | Aveva.Pdms.Database Namespace