The UDPClassification type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ContainsUDP |
Gets whether the collection contains the given UDP.
| |
| CreateUDP(AttributeTypeInfoBool) |
Creates a user-defined property with a boolean data type.
| |
| CreateUDP(AttributeTypeInfoDouble) |
Creates a user-defined property with a double data type.
| |
| CreateUDP(AttributeTypeInfoEnum) |
Creates a user-defined property with an enumeration data type.
| |
| CreateUDP(AttributeTypeInfoInt) |
Creates a user-defined property with an integer data type.
| |
| CreateUDP(AttributeTypeInfoString) |
Creates a user-defined property with a string data type.
| |
| CreateUDP(AttributeTypeInfoBool, Guid) |
Creates a user-defined property with a boolean data type.
| |
| CreateUDP(AttributeTypeInfoDouble, Guid) |
Creates a user-defined property with a double data type.
| |
| CreateUDP(AttributeTypeInfoEnum, Guid) |
Creates a user-defined property with an enumeration data type.
| |
| CreateUDP(AttributeTypeInfoInt, Guid) |
Creates a user-defined property with an integer data type.
| |
| CreateUDP(AttributeTypeInfoString, Guid) |
Creates a user-defined property with a string data type.
| |
| RemoveUDP |
Removes the specified UDP with the current classification.
|
Properties
| Name | Description | |
|---|---|---|
| Name |
Gets the name of the UDPClassification.
| |
| UDPs |
Gets a UDPCollection containing all the UDP objects with the current UDPClassification.
|