GenericPropertyDefinition<TPropertyValue>.withFlagsAndNullable constructor

GenericPropertyDefinition<TPropertyValue>.withFlagsAndNullable(
  1. String xmlElementName,
  2. String uri,
  3. List<PropertyDefinitionFlags> flags,
  4. ExchangeVersion version,
  5. bool isNullable,
)
Initializes a new instance of the Name of the XML element. The URI. The flags. The version. if set to true, property value is nullable.

Implementation

GenericPropertyDefinition.withFlagsAndNullable(
    String xmlElementName,
    String uri,
    List<PropertyDefinitionFlags> flags,
    ExchangeVersion version,
    bool isNullable)
    : super.withUriAndFlagsAndNullable(
          xmlElementName, uri, flags, version, isNullable);