Click or drag to resize

BundleCreateBundle Method (IEnumerableIdentifiedData, Int32, Int32)

Create a bundle

Namespace:  SanteDB.Core.Model.Collection
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public static Bundle CreateBundle(
	IEnumerable<IdentifiedData> resourceRoot,
	int totalResults,
	int offset
)

Parameters

resourceRoot
Type: System.Collections.GenericIEnumerableIdentifiedData

[Missing <param name="resourceRoot"/> documentation for "M:SanteDB.Core.Model.Collection.Bundle.CreateBundle(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.IdentifiedData},System.Int32,System.Int32)"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.Core.Model.Collection.Bundle.CreateBundle(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.IdentifiedData},System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.Core.Model.Collection.Bundle.CreateBundle(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.IdentifiedData},System.Int32,System.Int32)"]

Return Value

Type: Bundle

[Missing <returns> documentation for "M:SanteDB.Core.Model.Collection.Bundle.CreateBundle(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.IdentifiedData},System.Int32,System.Int32)"]

See Also