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.181-beta
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