[]
Retrieves properties with hierarchy attributes based on a connection string property selected and object instance of class.
public static List<string> GetPropertiesWithHierarchy<T>(string modifiedPropertyName, T instance)
Type | Name | Description |
---|---|---|
string | modifiedPropertyName | Name of the connection string property on value change. |
T | instance | Instance of the object. |
Type | Description |
---|---|
List<string> | List of properties with hierarchy attributes. |
Name | Description |
---|---|
T | Type of the object. |