Click or drag to resize

BundleInsert Method

Insert data at the specified index

Namespace:  SanteDB.Core.Model.Collection
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public void Insert(
	int index,
	IdentifiedData data
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:SanteDB.Core.Model.Collection.Bundle.Insert(System.Int32,SanteDB.Core.Model.IdentifiedData)"]

data
Type: SanteDB.Core.ModelIdentifiedData

[Missing <param name="data"/> documentation for "M:SanteDB.Core.Model.Collection.Bundle.Insert(System.Int32,SanteDB.Core.Model.IdentifiedData)"]

See Also