[]
        
(Showing Draft Content)

C1.DataConnector.SharedUtils.GenerateHierarchyList

GenerateHierarchyList Method

GenerateHierarchyList(IExpression, object, string, string, List<string>)

Generates a list of properties based on hierarchy attribute conditions and property values.

Declaration
public static List<string> GenerateHierarchyList(IExpression attribute, object propertyValue, string propertyName, string keyword, List<string> hierarchy = null)
Parameters
Type Name Description
IExpression attribute

Hierarchy attribute expression.

object propertyValue

Value of the property.

string propertyName

Name of the property.

string keyword

Keyword representing the connection string property.

List<string> hierarchy

List of properties with hierarchy attributes.

Returns
Type Description
List<string>

List of properties with hierarchy attributes.