The DiscriminatorAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DiscriminatorAttribute |
Properties
| Name | Description | |
|---|---|---|
| Attribute |
Either the attribute name or the database column name used to discriminate between types in an
inheritance hierachy. The database column used as a discriminator is not required
to exist in the domain model.
| |
| Value |
The value of Attribute that when matched causes instances of the type
associated with this DiscriminatorAttribute to be created.
|