The DiscriminatorAttribute type exposes the following members.

Constructors

  NameDescription
DiscriminatorAttribute

Properties

  NameDescription
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.

See Also