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