Class ItemTypeAttribute
Inheritance
System.Object
System.Attribute
ItemTypeAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public sealed class ItemTypeAttribute : Attribute, _Attribute
Constructors
ItemTypeAttribute(String)
Declaration
public ItemTypeAttribute(string typeOfElements)
Parameters
System.
|
ItemTypeAttribute(String, String)
Declaration
public ItemTypeAttribute(string typeOfKey, string typeOfValue)
Parameters
System.
|
System.
|
ItemTypeAttribute(Type)
Declaration
public ItemTypeAttribute(Type typeOfElements)
Parameters
System.
|
ItemTypeAttribute(Type, Type)
Declaration
public ItemTypeAttribute(Type typeOfKey, Type typeOfValue)
Parameters
System.
|
System.
|
Properties
ItemType
Declaration
public Type ItemType { get; }
Property Value
System.
|
ItemTypeSet
Declaration
public bool ItemTypeSet { get; }
Property Value
System.
|
KeyType
Declaration
public Type KeyType { get; }
Property Value
System.
|
KeyTypeSet
Declaration
public bool KeyTypeSet { get; }
Property Value
System.
|
ValueType
Declaration
public Type ValueType { get; }
Property Value
System.
|
ValueTypeSet
Declaration
public bool ValueTypeSet { get; }
Property Value
System.
|