The IdentifierAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IdentifierAttribute()()()() |
Used to decorate a property that provides a full URI identifier for an entity
| |
| IdentifierAttribute(String) |
Used to decorate a property that provides a relative URI identifier for an entity
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute.) | |
| Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BaseAddress |
Get or set the base address URI used by the decorated property
| |
| KeyConverterType |
Get or set the type of the custom converter to use to convert key properties into a key
| |
| KeyProperties |
Get or set the names of the properties to be used to generate a unique key for this identifier
| |
| KeySeparator |
Get or set the string to insert between key values when generating a unique key for this
identifier from multiple key properties.
| |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |