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