Class IisLoggingCustomField
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft IIS logging custom field.
public class IisLoggingCustomField : GlobalSerializableBase, IComparable<IisLoggingCustomField>
- Inheritance
-
IisLoggingCustomField
- Implements
Constructors
IisLoggingCustomField()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisLoggingCustomField class.
public IisLoggingCustomField()
Properties
FieldName
Gets or sets the field name.
public string FieldName { get; set; }
Property Value
SourceName
Gets or sets the source name.
public string SourceName { get; set; }
Property Value
SourceType
Gets or sets the source type.
public IisLoggingCustomFieldSourceType SourceType { get; set; }
Property Value
Methods
CompareTo(IisLoggingCustomField)
Compares two CENTREL.XIA.Configuration.Types.IisLoggingCustomField objects to allow sorting alphabetically by field name.
public int CompareTo(IisLoggingCustomField other)
Parameters
other
IisLoggingCustomFieldThe CENTREL.XIA.Configuration.Types.IisLoggingCustomField to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.IisLoggingCustomField objects.
ToString()
Returns the custom field as a human readable string.
public override string ToString()
Returns
- string
The custom field as a human readable string.