Table of Contents

Class SupportProvision

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

Represents a support provision such as a warranty or internal support contract.

public class SupportProvision : BaseConfigurationType
Inheritance
SupportProvision
Inherited Members

Constructors

SupportProvision()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.SupportProvision class.

public SupportProvision()

Properties

Email

Gets or sets the email address that is associated with this support provision - for example the email contact of a 3rd party hardware vendor.

public string Email { get; set; }

Property Value

string

ExpiryDate

Gets or sets the date on which this support provision expires.

public DateTime ExpiryDate { get; set; }

Property Value

DateTime

Hours

Gets or sets the hours for which this support provision is valid.

public string Hours { get; set; }

Property Value

string

ReferenceNumber

Gets or sets the reference number associated with this support provision.

public string ReferenceNumber { get; set; }

Property Value

string

SelfServiceWeb

Gets or sets the address of a self service web site associated with this support provision.

public string SelfServiceWeb { get; set; }

Property Value

string

StartDate

Gets or sets the date on which this support provision commences.

public DateTime StartDate { get; set; }

Property Value

DateTime

TelephoneNumber

Gets or sets the telephone number that is associated with this support provision - for example the telephone number of a 3rd party hardware vendor.

public string TelephoneNumber { get; set; }

Property Value

string

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.SupportProvision object.

public SupportProvision Clone()

Returns

SupportProvision

A clone of this CENTREL.XIA.Configuration.Types.SupportProvision object.

FromXml(string)

Returns the CENTREL.XIA.Configuration.Types.SupportProvision service from the specified XML data.

public static SupportProvision FromXml(string xml)

Parameters

xml string

The XML representation of the Support Provision.

Returns

SupportProvision

A CENTREL.XIA.Configuration.Types.SupportProvision from the specified XML.