Class CharIdentity
Inherited Members
Namespace: Telerik.OpenAccess.RT.OID
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class CharIdentity : SingleFieldIdentityBase<char>, IObjectId
Constructors
CharIdentity()
Declaration
public CharIdentity()
CharIdentity(Type, Char)
Declaration
public CharIdentity(Type pcClass, char key)
Parameters
System.
|
System.
|
CharIdentity(Type, String)
Declaration
public CharIdentity(Type pcClass, string str)
Parameters
System.
|
System.
|
Methods
getKey()
Declaration
public override char getKey()
Returns
System.
|
Overrides
Telerik.OpenAccess.RT.OID.SingleFieldIdentityBase<System.Char>.getKey()
ToString()
Declaration
public override string ToString()
Returns
System.
|