Class SingleFieldIdentity
Inheritance
System.Object
SingleFieldIdentity
Namespace: Telerik.OpenAccess.RT.OID
Assembly: Telerik.OpenAccess.dll
Syntax
public abstract class SingleFieldIdentity : IObjectId
Constructors
SingleFieldIdentity()
Declaration
protected SingleFieldIdentity()
SingleFieldIdentity(Type)
Declaration
protected SingleFieldIdentity(Type pcClass)
Parameters
System.
|
Fields
format
Declaration
protected static IFormatProvider format
Field Value
System.
|
hashCode
Declaration
protected int hashCode
Field Value
System.
|
Properties
Id
Declaration
public string Id { get; set; }
Property Value
System.
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.
|
Methods
assertKeyNotNull(Object)
Declaration
protected static void assertKeyNotNull(object key)
Parameters
System.
|
CheckString(String)
Declaration
protected static void CheckString(string identityString)
Parameters
System.
|
Create(Type, Type, Object)
Declaration
public static SingleFieldIdentity Create(Type idType, Type pcType, object val)
Parameters
System.
|
System.
|
System.
|
Returns
Equals(Object)
Declaration
public override sealed bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override sealed int GetHashCode()
Returns
System.
|
Overrides
System.Object.GetHashCode()
GetSupportedTypes()
Declaration
public static string[] GetSupportedTypes()
Returns
System.
|
getTargetClassName()
Declaration
public string getTargetClassName()
Returns
System.
|
getWrappedKey()
Declaration
public abstract object getWrappedKey()
Returns
System.
|
hashClassName()
Declaration
protected int hashClassName()
Returns
System.
|
IsSupportedType(String)
Declaration
public static bool IsSupportedType(string fieldType)
Parameters
System.
|
Returns
System.
|
MapFieldType(String, String)
Declaration
public static Type MapFieldType(string fieldType, string fieldFullName)
Parameters
System.
|
System.
|
Returns
System.
|
setTargetClassName(Type)
Declaration
protected void setTargetClassName(Type t)
Parameters
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()