Class Contact
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a contact.
public class Contact : BaseConfigurationType
- Inheritance
-
Contact
- Inherited Members
Constructors
Contact()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.Contact class.
public Contact()
Properties
ContactDetails
Gets or sets the details of this contact.
public ContactDetails ContactDetails { get; set; }
Property Value
ImageData
Gets or sets an image of this contact.
[Browsable(false)]
public byte[] ImageData { get; set; }
Property Value
- byte[]
ImagePreview
Gets a preview of the image of the contact.
public Bitmap ImagePreview { get; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.Contact.
public Contact Clone()
Returns
- Contact
A clone of this CENTREL.XIA.Configuration.Types.Contact.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.Contact object from the specified XML data
public static Contact FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- Contact
A CENTREL.XIA.Configuration.Types.Contact object.