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