Class
KeyGeneratorAttribute

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

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

Inheritance: objectAttributeDescriptionAttributeMetadataAttributeKeyGeneratorAttribute

Constructors

KeyGeneratorAttribute(KeyGenerator)

Declaration

cs-api-definition
public KeyGeneratorAttribute(KeyGenerator keyGenerator)

Parameters

keyGenerator

KeyGenerator

Properties

KeyGenerator

Declaration

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

Property Value

KeyGenerator