Click or drag to resize

OptionsConfiguration Methods

The OptionsConfiguration type exposes the following members.

Methods
  NameDescription
Public methodAddConstantCallProperty
Adds a property that will always be called when any property is updated..
(Inherited from PropertyChangedAlerter.)
Public methodForceUpdate
Force the object's properties to report as updated.
Public methodLoadFile
Loads an option configuration file's contents into the .
Protected methodOnAllPropertiesChanged
Executes when all properties are changed and should be updated.
(Inherited from PropertyChangedAlerter.)
Protected methodCode exampleOnPropertyChanged
Executes the property changed action. This alerts subscribers to its change in value.
(Inherited from PropertyChangedAlerter.)
Private methodSubregionPropertyChanged
Subregion property changed.
Private methodSubregions_CollectionChanged
Event handler. Called by Subregions for collection changed events.
Public methodToButterflowArguments
Converts this object to a butterflow options.
Public methodToFile
Converts this object to a .
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also