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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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