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.Type
pcClass
|
|
System.Int32
key
|
IntIdentity(Type, String)
Declaration
public IntIdentity(Type pcClass, string str)
Parameters
|
System.Type
pcClass
|
|
System.String
str
|
Methods
getKey()
Declaration
public override int getKey()
Returns
|
System.Int32
|
Overrides
Telerik.OpenAccess.RT.OID.SingleFieldIdentityBase<System.Int32>.getKey()
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|