ProviderOptions
Namespace: Proffer.Configuration
Standard options for a provider.
public class ProviderOptions : IProviderOptions, INamedElementOptions
Inheritance Object → ProviderOptions
Implements IProviderOptions, INamedElementOptions
Properties
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
Type
Gets the type.
public string Type { get; set; }
Property Value
Constructors
ProviderOptions()
public ProviderOptions()