Click or drag to resize

SettingsBaseExecuteActionForProperties Method

Executes specified action over all public derived class properties.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected void ExecuteActionForProperties(
	Action<PropertyInfo> propertyAction,
	BindingFlags isGetOrSet
)
View Source

Parameters

propertyAction  ActionPropertyInfo
Action to execute for all properties.
isGetOrSet  BindingFlags
GetProperty or SetProperty.
See Also