Class KeyGeneratorAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class KeyGeneratorAttribute : MetadataAttribute
Constructors
KeyGeneratorAttribute(KeyGenerator)
Declaration
public KeyGeneratorAttribute(KeyGenerator keyGenerator)
Parameters
Key
|
Properties
KeyGenerator
Declaration
[ConstructorArgument]
public KeyGenerator KeyGenerator { get; }