Class AssociationAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public abstract class AssociationAttribute : MetadataAttribute
Constructors
AssociationAttribute()
Declaration
protected AssociationAttribute()
Properties
Depend
Declaration
public bool Depend { get; set; }
Property Value
System.
|
IsManaged
Declaration
public bool IsManaged { get; set; }
Property Value
System.
|
IsUnique
Declaration
public bool IsUnique { get; set; }
Property Value
System.
|