The IdentifierAttribute type exposes the following members.

Constructors

  NameDescription
Public methodIdentifierAttribute()()()()
Used to decorate a property that provides a full URI identifier for an entity
Public methodIdentifierAttribute(String)
Used to decorate a property that provides a relative URI identifier for an entity

Methods

  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public methodMatch
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBaseAddress
Get or set the base address URI used by the decorated property
Public propertyKeyConverterType
Get or set the type of the custom converter to use to convert key properties into a key
Public propertyKeyProperties
Get or set the names of the properties to be used to generate a unique key for this identifier
Public propertyKeySeparator
Get or set the string to insert between key values when generating a unique key for this identifier from multiple key properties.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)

See Also