CachedValidValuesGeneratorBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional base class for IValidateSetValuesGenerator implementations that want a default implementation to cache valid values.
public ref class CachedValidValuesGeneratorBase abstract : System::Management::Automation::IValidateSetValuesGenerator
public abstract class CachedValidValuesGeneratorBase : System.Management.Automation.IValidateSetValuesGenerator
type CachedValidValuesGeneratorBase = class
interface IValidateSetValuesGenerator
Public MustInherit Class CachedValidValuesGeneratorBase
Implements IValidateSetValuesGenerator
- Inheritance
-
CachedValidValuesGeneratorBase
- Implements
Constructors
CachedValidValuesGeneratorBase(Int32) |
Initializes a new instance of the CachedValidValuesGeneratorBase class. |
Methods
GenerateValidValues() |
Abstract method to generate a valid values. |
GetValidValues() |
Get a valid values. |