ClassKeyGeneratorAttribute
Class
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
Properties
KeyGenerator
Declaration
cs-api-definition
[ConstructorArgument]
public KeyGenerator KeyGenerator { get; }
Property Value