Click or drag to resize

Bundle Constructor (IEnumerableIdentifiedData, Int32, NullableInt32)

Represent the bundle as

Namespace:  SanteDB.Core.Model.Collection
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public Bundle(
	IEnumerable<IdentifiedData> objects,
	int offset,
	int? total
)

Parameters

objects
Type: System.Collections.GenericIEnumerableIdentifiedData

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

offset
Type: SystemInt32

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

total
Type: SystemNullableInt32

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

See Also