Class InheritanceMappingAttribute
Inheritance
System.Object
InheritanceMappingAttribute
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class InheritanceMappingAttribute : MetadataAttribute
Constructors
Declaration
public InheritanceMappingAttribute()
Properties
Declaration
public string DiscriminatorValue { get; set; }
Property Value
Declaration
public InheritanceStrategy InheritanceStrategy { get; set; }
Property Value
Declaration
public bool IsDefault { get; set; }
Property Value