[Missing <summary> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void InsertTimeline(
	string unitName,
	int position,
	int numUnits,
	string bufUnitName,
	int bufPlus,
	int bufMinus,
	string visitLabel,
	IEnumerable<string> intervalTypes,
	Object preStudyBit,
	Nullable<int> optDependentTimelineIndex,
	Nullable<int> optDependentSchemaItemId
)
Visual Basic
Public Sub InsertTimeline ( 
	unitName As String,
	position As Integer,
	numUnits As Integer,
	bufUnitName As String,
	bufPlus As Integer,
	bufMinus As Integer,
	visitLabel As String,
	intervalTypes As IEnumerable(Of String),
	preStudyBit As Object,
	optDependentTimelineIndex As Nullable(Of Integer),
	optDependentSchemaItemId As Nullable(Of Integer)
)
Visual C++
public:
void InsertTimeline(
	String^ unitName, 
	int position, 
	int numUnits, 
	String^ bufUnitName, 
	int bufPlus, 
	int bufMinus, 
	String^ visitLabel, 
	IEnumerable<String^>^ intervalTypes, 
	Object^ preStudyBit, 
	Nullable<int> optDependentTimelineIndex, 
	Nullable<int> optDependentSchemaItemId
)

Parameters

unitName
Type: System..::..String

[Missing <param name="unitName"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

position
Type: System..::..Int32

[Missing <param name="position"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

numUnits
Type: System..::..Int32

[Missing <param name="numUnits"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

bufUnitName
Type: System..::..String

[Missing <param name="bufUnitName"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

bufPlus
Type: System..::..Int32

[Missing <param name="bufPlus"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

bufMinus
Type: System..::..Int32

[Missing <param name="bufMinus"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

visitLabel
Type: System..::..String

[Missing <param name="visitLabel"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

intervalTypes
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>

[Missing <param name="intervalTypes"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

preStudyBit
Type: System..::..Object

[Missing <param name="preStudyBit"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

optDependentTimelineIndex
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="optDependentTimelineIndex"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

optDependentSchemaItemId
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="optDependentSchemaItemId"/> documentation for "M:Caisis.BOL.TimelineServices.InsertTimeline(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{System.String},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also