Interface IPostConfigurableParameterObject
- Namespace
- Cuemon.Configuration
- Assembly
- Cuemon.Core.dll
Denotes a Parameter Object that supports post-configuration logic after its public properties have been set.
public interface IPostConfigurableParameterObject : IParameterObject
Methods
PostConfigureOptions()
Performs post-configuration logic based on the current state of the options.
void PostConfigureOptions()