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