Class
ObjectIdAttribute

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ObjectIdAttribute : MetadataAttribute

Inheritance: objectAttributeDescriptionAttributeMetadataAttributeObjectIdAttribute

Constructors

ObjectIdAttribute(Type)

Declaration

cs-api-definition
public ObjectIdAttribute(Type classType)

Parameters

classType

Type

Properties

ClassType

Declaration

cs-api-definition
[ConstructorArgument]
public Type ClassType { get; }

Property Value

Type