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