Click or drag to resize

DOIdParse Method (String, Object)

[Missing <summary> documentation for "M:Casewhere.Common.DOId.Parse(System.String,System.Object)"]

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static DOId Parse(
	string dataClass,
	Object id
)

Parameters

dataClass
Type: SystemString

[Missing <param name="dataClass"/> documentation for "M:Casewhere.Common.DOId.Parse(System.String,System.Object)"]

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:Casewhere.Common.DOId.Parse(System.String,System.Object)"]

Return Value

Type: DOId

[Missing <returns> documentation for "M:Casewhere.Common.DOId.Parse(System.String,System.Object)"]

See Also