Class
ShortIdentity

Definition

Namespace:Telerik.OpenAccess.RT.OID

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public sealed class ShortIdentity : SingleFieldIdentityBase<short>, IObjectId

Inheritance: objectSingleFieldIdentitySingleFieldIdentityBase<short>ShortIdentity

Implements: IObjectId

Inherited Members SingleFieldIdentityBase<short>.keyValueSingleFieldIdentityBase<short>.getWrappedKey()SingleFieldIdentityBase<short>.InitializeForClassAndValue(Type, short)SingleFieldIdentityBase<short>.InitializeForClassAndStringValue(Type, string)SingleFieldIdentity.getTargetClassName()SingleFieldIdentity.GetHashCode()SingleFieldIdentity.Equals(object)SingleFieldIdentity.MapFieldType(string, string)SingleFieldIdentity.IsSupportedType(string)SingleFieldIdentity.GetSupportedTypes()SingleFieldIdentity.Create(Type, Type, object)SingleFieldIdentity.IdSingleFieldIdentity.IsValid

Constructors

ShortIdentity()

Declaration

cs-api-definition
public ShortIdentity()

ShortIdentity(Type, short)

Declaration

cs-api-definition
public ShortIdentity(Type pcClass, short key)

Parameters

pcClass

Type

key

short

ShortIdentity(Type, string)

Declaration

cs-api-definition
public ShortIdentity(Type pcClass, string str)

Parameters

pcClass

Type

str

string

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides SingleFieldIdentity.ToString()

getKey()

Declaration

cs-api-definition
public override short getKey()

Returns

short

Overrides SingleFieldIdentityBase<short>.getKey()