[Missing <summary> documentation for "M:Caisis.DataAccess.ProjectManagementDa.CompareProjectStages(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public DataTable CompareProjectStages(
	int projectId,
	IEnumerable<int> organizationIds
)
Visual Basic
Public Function CompareProjectStages ( 
	projectId As Integer,
	organizationIds As IEnumerable(Of Integer)
) As DataTable
Visual C++
public:
DataTable^ CompareProjectStages(
	int projectId, 
	IEnumerable<int>^ organizationIds
)

Parameters

projectId
Type: System..::..Int32

[Missing <param name="projectId"/> documentation for "M:Caisis.DataAccess.ProjectManagementDa.CompareProjectStages(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"]

organizationIds
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Int32>)>)>

[Missing <param name="organizationIds"/> documentation for "M:Caisis.DataAccess.ProjectManagementDa.CompareProjectStages(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.ProjectManagementDa.CompareProjectStages(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"]

See Also