[Missing <summary> documentation for "M:Caisis.BOL.BusinessObject.GetByParent``1(System.Int32)"]

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

Syntax

C#
public static IEnumerable<T> GetByParent<T>(
	int parentKey
)
where T : new(), BusinessObject, IBusinessObject
Visual Basic
Public Shared Function GetByParent(Of T As {New, BusinessObject, IBusinessObject}) ( 
	parentKey As Integer
) As IEnumerable(Of T)
Visual C++
public:
generic<typename T>
where T : gcnew(), BusinessObject, IBusinessObject
static IEnumerable<T>^ GetByParent(
	int parentKey
)

Parameters

parentKey
Type: System..::..Int32

[Missing <param name="parentKey"/> documentation for "M:Caisis.BOL.BusinessObject.GetByParent``1(System.Int32)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Caisis.BOL.BusinessObject.GetByParent``1(System.Int32)"]

Return Value

Type: IEnumerable<(Of <(<'T>)>)>

[Missing <returns> documentation for "M:Caisis.BOL.BusinessObject.GetByParent``1(System.Int32)"]

See Also