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.Type
pcClass
|
|
System.Byte
key
|
ByteIdentity(Type, String)
Declaration
public ByteIdentity(Type pcClass, string str)
Parameters
|
System.Type
pcClass
|
|
System.String
str
|
Methods
getKey()
Declaration
public override byte getKey()
Returns
|
System.Byte
|
Overrides
Telerik.OpenAccess.RT.OID.SingleFieldIdentityBase<System.Byte>.getKey()
getWrappedKey()
Declaration
public override object getWrappedKey()
Returns
|
System.Object
|
Overrides
Telerik.OpenAccess.RT.OID.SingleFieldIdentityBase<System.Byte>.getWrappedKey()
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|