ComplexPropertyDefinition<TComplexProperty extends ComplexProperty>.withUriAndFlags constructor
ComplexPropertyDefinition<TComplexProperty extends ComplexProperty>.withUriAndFlags (
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
- ICreateComplexPropertyDelegate<
TComplexProperty> propertyCreationDelegate,
Implementation
ComplexPropertyDefinition.withUriAndFlags(
String xmlElementName,
String uri,
List<PropertyDefinitionFlags> flags,
ExchangeVersion version,
ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
: super.withUriAndFlags(xmlElementName, uri, flags, version) {
this.propertyCreationDelegate = propertyCreationDelegate;
}