Class PersistentAttribute
Inheritance
System.Object
System.Attribute
PersistentAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface, Inherited = false)]
public sealed class PersistentAttribute : Attribute, _Attribute
Constructors
PersistentAttribute()
Declaration
public PersistentAttribute()
Properties
Alias
Declaration
public string Alias { get; set; }
Property Value
System.
|
ApplicationIdentity
Declaration
[Obsolete("An alternative API is available: Use the Identity property instead.", false)]
public Type ApplicationIdentity { get; set; }
Property Value
System.
|
ApplicationIdentityClassName
Declaration
[Obsolete("An alternative API is available: Use the IdentityClassName property instead.", false)]
public string ApplicationIdentityClassName { get; set; }
Property Value
System.
|
Identity
Declaration
public Type Identity { get; set; }
Property Value
System.
|
IdentityClassName
Declaration
public string IdentityClassName { get; set; }
Property Value
System.
|
IdentityField
Declaration
public string IdentityField { get; set; }
Property Value
System.
|
UseCascadeDelete
Declaration
public CascadeDeleteOption UseCascadeDelete { get; set; }
Property Value
VersionField
Declaration
public string VersionField { get; set; }
Property Value
System.
|
Methods
GetAliasSet()
Declaration
public bool GetAliasSet()
Returns
System.
|