Click or drag to resize

DOIdParse(String, IEnumerableObject) Method

[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  String
 
ids  IEnumerableObject
 

Return Value

IListDOId

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

See Also