ProviderOptions

Namespace: Proffer.Configuration

Standard options for a provider.

public class ProviderOptions : IProviderOptions, INamedElementOptions

Inheritance ObjectProviderOptions
Implements IProviderOptions, INamedElementOptions

Properties

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

String

Type

Gets the type.

public string Type { get; set; }

Property Value

String

Constructors

ProviderOptions()

public ProviderOptions()