IgnorePropertyAttribute Members

Windows Runtime Azure Storage Client Library

Represents a custom attribute that can be used to ignore entity properties during serialization/de-serialization.

The following tables list the members exposed by the IgnorePropertyAttribute type.

Public Constructors

  Name Description
IgnorePropertyAttribute  
Top

Public Properties

  Name Description
public property TypeId  (Inherited from Attribute)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overridden. (Inherited from Object)
public method GetHashCode  Overridden. (Inherited from Object)
public method GetType  (Inherited from Object)
public method IsDefaultAttribute  (Inherited from Attribute)
public method Match  (Inherited from Attribute)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Explicit Interface Implementations

  Name Description
GetIDsOfNames  (Inherited from Attribute)
GetTypeInfo  (Inherited from Attribute)
GetTypeInfoCount  (Inherited from Attribute)
Invoke  (Inherited from Attribute)
Top

See Also