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
ConnectionStringName
Gets or sets the connection string name.
public string ConnectionStringName { get; set; }
Property Value
Description
Gets or sets the description of the provider.
public string Description { get; set; }
Property Value
Name
Gets or sets the name of the provider.
public string Name { get; set; }
Property Value
ProviderType
Gets or sets the provider type.
public IisProviderType ProviderType { get; set; }
Property Value
TypeName
Gets or sets the full type name.
public string TypeName { get; set; }
Property Value
Methods
CompareTo(IisProvider)
Compares two CENTREL.XIA.Configuration.Types.IisProvider objects to allow sorting alphabetically by name.
public int CompareTo(IisProvider other)
Parameters
other
IisProviderThe 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.