The following table lists the types derived from IPropertyDefinitionList .

Derived Types

Type Description
IPropertyDefinitionBinaryList Represents a collection of PropertyDefinitionBinary objects. To create an instance of this object, call Factory.PropertyDefinitionBinary.CreateList().
IPropertyDefinitionBooleanList Represents a collection of PropertyDefinitionBoolean objects. To create an instance of this object, call Factory.PropertyDefinitionBoolean.CreateList().
IPropertyDefinitionDateTimeList Represents a collection of PropertyDefinitionDateTime objects. To create an instance of this object, call Factory.PropertyDefinitionDateTime.CreateList().
IPropertyDefinitionFloat64List Represents a collection of PropertyDefinitionFloat64 objects. To create an instance of this object, call Factory.PropertyDefinitionFloat64.CreateList().
IPropertyDefinitionIdList Represents a collection of PropertyDefinitionId objects. To create an instance of this object, call Factory.PropertyDefinitionId.CreateList().
IPropertyDefinitionInteger32List Represents a collection of PropertyDefinitionInteger32 objects. To create an instance of this object, call Factory.PropertyDefinitionInteger32.CreateList().
IPropertyDefinitionObjectList Represents a collection of PropertyDefinitionObject objects. To create an instance of this object, call Factory.PropertyDefinitionObject.CreateList().
IPropertyDefinitionStringList Represents a collection of PropertyDefinitionString objects. To create an instance of this object, call Factory.PropertyDefinitionString.CreateList().

See Also