ComplexPropertyDefinition(Class<TComplexProperty> cls,
String xmlElementName,
EnumSet<PropertyDefinitionFlags> flags,
ExchangeVersion version,
ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
Initializes a new instance.
|
ComplexPropertyDefinition(Class<TComplexProperty> cls,
String xmlElementName,
String uri,
EnumSet<PropertyDefinitionFlags> flags,
ExchangeVersion version,
ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
Instantiates a new complex property definition.
|
ComplexPropertyDefinition(Class<TComplexProperty> cls,
String xmlElementName,
String uri,
ExchangeVersion version,
ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
Initializes a new instance.
|
ComplexPropertyDefinition(String attachments,
String xmlElementName,
ExchangeVersion version,
EnumSet<PropertyDefinitionFlags> flags,
ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
Instantiates a new complex property definition.
|
ComplexPropertyDefinition(String xmlElementName,
String uri,
ExchangeVersion version,
ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate) |
ContainedPropertyDefinition(Class<TComplexProperty> cls,
String xmlElementName,
String uri,
String containedXmlElementName,
EnumSet<PropertyDefinitionFlags> flags,
ExchangeVersion version,
ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
Initializes a new instance of.
|