Click or drag to resize

DOIdParse Method (String, IEnumerableObject)

[Missing <summary> documentation for "M:Casewhere.Common.DOId.Parse(System.String,System.Collections.Generic.IEnumerable{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 IList<DOId> Parse(
	string dataClass,
	IEnumerable<Object> ids
)

Parameters

dataClass
Type: SystemString

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

ids
Type: System.Collections.GenericIEnumerableObject

[Missing <param name="ids"/> documentation for "M:Casewhere.Common.DOId.Parse(System.String,System.Collections.Generic.IEnumerable{System.Object})"]

Return Value

Type: IListDOId

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

See Also