Table of Contents

Class IisFastCgiEnvironmentVariable

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

Represents a FastCGI environment variable.

public class IisFastCgiEnvironmentVariable : GlobalSerializableBase, IComparable<IisFastCgiEnvironmentVariable>
Inheritance
IisFastCgiEnvironmentVariable
Implements

Constructors

IisFastCgiEnvironmentVariable()

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

public IisFastCgiEnvironmentVariable()

Properties

Name

Gets or sets the name of the environment variable.

public string Name { get; set; }

Property Value

string

Value

Gets or sets the value of the environment variable.

public string Value { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.IisFastCgiEnvironmentVariable cloned from this object.

public IisFastCgiEnvironmentVariable Clone()

Returns

IisFastCgiEnvironmentVariable

A CENTREL.XIA.Configuration.Types.IisFastCgiEnvironmentVariable.

CompareTo(IisFastCgiEnvironmentVariable)

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

public int CompareTo(IisFastCgiEnvironmentVariable other)

Parameters

other IisFastCgiEnvironmentVariable

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

Returns

int

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

ToString()

Returns the environment variable as a human readable string.

public override string ToString()

Returns

string

The environment variable as a human readable string.