DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SharedUtils Class / GenerateHierarchyList Method
Hierarchy attribute expression.
Value of the property.
Name of the property.
Keyword representing the connection string property.
List of properties with hierarchy attributes.

In This Topic
    GenerateHierarchyList Method
    In This Topic
    Generates a list of properties based on hierarchy attribute conditions and property values.
    Syntax
    'Declaration
     
    Public Shared Function GenerateHierarchyList( _
       ByVal attribute As IExpression, _
       ByVal propertyValue As Object, _
       ByVal propertyName As String, _
       ByVal keyword As String, _
       Optional ByVal hierarchy As List(Of String) _
    ) As List(Of String)
    public static List<string> GenerateHierarchyList( 
       IExpression attribute,
       object propertyValue,
       string propertyName,
       string keyword,
       List<string> hierarchy
    )

    Parameters

    attribute
    Hierarchy attribute expression.
    propertyValue
    Value of the property.
    propertyName
    Name of the property.
    keyword
    Keyword representing the connection string property.
    hierarchy
    List of properties with hierarchy attributes.

    Return Value

    List of properties with hierarchy attributes.
    See Also