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