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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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