Table of Contents

Class IisProvider

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Microsoft IIS provider.

public class IisProvider : IisConfigurationElement, IComparable<IisProvider>
Inheritance
IisProvider
Implements
Inherited Members

Constructors

IisProvider()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisProvider class.

public IisProvider()

Properties

ApplicationName

Gets or sets the application name.

public string ApplicationName { get; set; }

Property Value

string

ConnectionStringName

Gets or sets the connection string name.

public string ConnectionStringName { get; set; }

Property Value

string

Description

Gets or sets the description of the provider.

public string Description { get; set; }

Property Value

string

Name

Gets or sets the name of the provider.

public string Name { get; set; }

Property Value

string

ProviderType

Gets or sets the provider type.

public IisProviderType ProviderType { get; set; }

Property Value

IisProviderType

TypeName

Gets or sets the full type name.

public string TypeName { get; set; }

Property Value

string

Methods

CompareTo(IisProvider)

Compares two CENTREL.XIA.Configuration.Types.IisProvider objects to allow sorting alphabetically by name.

public int CompareTo(IisProvider other)

Parameters

other IisProvider

The CENTREL.XIA.Configuration.Types.IisProvider to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.IisProvider objects.

ToString()

Returns the provider as a human readable string.

public override string ToString()

Returns

string

The provider as a human readable string.