Class EnhancedExAttribute
Inheritance
System.Object
System.Attribute
EnhancedExAttribute
Namespace: Telerik.OpenAccess.RT
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Method, AllowMultiple = false)]
public class EnhancedExAttribute : Attribute, _Attribute
Constructors
EnhancedExAttribute(String, Int64, Int32, Int16, Type)
Declaration
public EnhancedExAttribute(string e, long dt, int h, short v, Type t)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Properties
ApiVersion
Declaration
public short ApiVersion { get; }
Property Value
System.
|
BuildDate
Declaration
public long BuildDate { get; }
Property Value
System.
|
Hash
Declaration
public int Hash { get; }
Property Value
System.
|
Info
Declaration
public string Info { get; }
Property Value
System.
|
PersistentType
Declaration
public Type PersistentType { get; }
Property Value
System.
|
Methods
Get(Assembly)
Declaration
public static EnhancedExAttribute Get(Assembly a)
Parameters
System.
|