Click or drag to resize

contentCollectionBaseTQueryCF Method (contentRelationQueryType, contentRelationType, IContentElement, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query``1(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public List<CF> Query<CF>(
	contentRelationQueryType qType,
	contentRelationType qRelation,
	IContentElement qReference,
	int limit = -1
)

Parameters

qType
Type: imbNLP.Data.enumscontentRelationQueryType

[Missing <param name="qType"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query``1(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

qRelation
Type: imbNLP.Data.enumscontentRelationType

[Missing <param name="qRelation"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query``1(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

qReference
Type: imbNLP.Core.contentStructure.interafacesIContentElement

[Missing <param name="qReference"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query``1(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

limit (Optional)
Type: SystemInt32

[Missing <param name="limit"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query``1(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

Type Parameters

CF

[Missing <typeparam name="CF"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query``1(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

Return Value

Type: ListCF

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query``1(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

Implements

IContentCollectionBaseQueryCF(contentRelationQueryType, contentRelationType, IContentElement, Int32)
See Also