Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.PropertyDefinitionFlags

Packages that use PropertyDefinitionFlags
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.property.definition   
 

Uses of PropertyDefinitionFlags in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return PropertyDefinitionFlags
static PropertyDefinitionFlags PropertyDefinitionFlags.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyDefinitionFlags[] PropertyDefinitionFlags.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PropertyDefinitionFlags in microsoft.exchange.webservices.data.property.definition
 

Methods in microsoft.exchange.webservices.data.property.definition with parameters of type PropertyDefinitionFlags
 boolean PropertyDefinition.hasFlag(PropertyDefinitionFlags flag)
          Determines whether the specified flag is set.
 boolean StartTimeZonePropertyDefinition.hasFlag(PropertyDefinitionFlags flag, ExchangeVersion version)
          Determines whether the specified flag is set.
 boolean PropertyDefinition.hasFlag(PropertyDefinitionFlags flag, ExchangeVersion version)
          Determines whether the specified flag is set.
 boolean AttachmentsPropertyDefinition.hasFlag(PropertyDefinitionFlags flag, ExchangeVersion version)
          Determines whether the specified flag is set.
 

Constructor parameters in microsoft.exchange.webservices.data.property.definition with type arguments of type PropertyDefinitionFlags
BoolPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance.
BoolPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version, boolean isNullable)
          Initializes a new instance.
ByteArrayPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance.
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(String attachments, String xmlElementName, ExchangeVersion version, EnumSet<PropertyDefinitionFlags> flags, ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
          Instantiates a new complex property definition.
ComplexPropertyDefinitionBase(String xmlElementName, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance.
ComplexPropertyDefinitionBase(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance.
ContainedPropertyDefinition(Class<TComplexProperty> cls, String xmlElementName, String uri, String containedXmlElementName, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version, ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
          Initializes a new instance of.
DateTimePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the DateTimePropertyDefinition class.
DateTimePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version, boolean isNullable)
          Initializes a new instance of the DateTimePropertyDefinition class.
DoublePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the "DoublePropertyDefinition" class.
EffectiveRightsPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the EffectiveRightsPropertyDefinition.
GenericPropertyDefinition(Class<TPropertyValue> cls, String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the "GenericPropertyDefinition<T>" class.
GenericPropertyDefinition(Class<TPropertyValue> cls, String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version, boolean isNullable)
          Initializes a new instance of the GenericPropertyDefinition class.
IntPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the "IntPropertyDefinition" class.
IntPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version, boolean isNullable)
          Initializes a new instance of the "IntPropertyDefinition" class.
MeetingTimeZonePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the MeetingTimeZonePropertyDefinition class.
PermissionSetPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the PermissionSetPropertyDefinition class.
PropertyDefinition(String xmlElementName, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance.
PropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance.
RecurrencePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the RecurrencePropertyDefinition class.
StartTimeZonePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the StartTimeZonePropertyDefinition class.
StringPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the "StringPropertyDefinition" class.
TaskDelegationStatePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the "TaskDelegationStatePropertyDefinition" class.
TimeSpanPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the "TimeSpanPropertyDefinition" class.
TimeZonePropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
          Initializes a new instance of the TimeZonePropertyDefinition class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.