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
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
ExpiryDate
Gets or sets the date on which this support provision expires.
public DateTime ExpiryDate { get; set; }
Property Value
Hours
Gets or sets the hours for which this support provision is valid.
public string Hours { get; set; }
Property Value
ReferenceNumber
Gets or sets the reference number associated with this support provision.
public string ReferenceNumber { get; set; }
Property Value
SelfServiceWeb
Gets or sets the address of a self service web site associated with this support provision.
public string SelfServiceWeb { get; set; }
Property Value
StartDate
Gets or sets the date on which this support provision commences.
public DateTime StartDate { get; set; }
Property Value
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
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
stringThe XML representation of the Support Provision.
Returns
- SupportProvision
A CENTREL.XIA.Configuration.Types.SupportProvision from the specified XML.