Class ObjectIdAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ObjectIdAttribute : MetadataAttribute
Constructors
ObjectIdAttribute(Type)
Declaration
public ObjectIdAttribute(Type classType)
Parameters
System.
|
Properties
ClassType
Declaration
[ConstructorArgument]
public Type ClassType { get; }
Property Value
System.
|