ClassOIDHelper
Class
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public class OIDHelper
Inheritance: objectOIDHelper
Methods
FromString(string)
Declaration
cs-api-definition
public IObjectId FromString(string externalizedForm)
Parameters
externalizedForm
string
Returns
GetObjectId(object)
Declaration
cs-api-definition
public IObjectId GetObjectId(object persistenceCapable)
Parameters
persistenceCapable
object
Returns
ParseObjectId(Type, string)
Declaration
cs-api-definition
public IObjectId ParseObjectId(Type t, string oidstr)
Parameters
t
Type
oidstr
string
Returns
ToString(IObjectId)
Declaration
cs-api-definition
public string ToString(IObjectId oid)
Parameters
oid
Returns
string