[]
        
(Showing Draft Content)

C1.DataConnector.SharedUtils.GetPropertiesWithHierarchy

GetPropertiesWithHierarchy Method

GetPropertiesWithHierarchy<T>(string, T)

Retrieves properties with hierarchy attributes based on a connection string property selected and object instance of class.

Declaration
public static List<string> GetPropertiesWithHierarchy<T>(string modifiedPropertyName, T instance)
Parameters
Type Name Description
string modifiedPropertyName

Name of the connection string property on value change.

T instance

Instance of the object.

Returns
Type Description
List<string>

List of properties with hierarchy attributes.

Type Parameters
Name Description
T

Type of the object.