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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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