The Contact type exposes the following members.

Methods

  Name Description
Public method BeginEdit
Brings the object in edit mode.
(Inherited from BasePersistableObject.)
Public method CancelEdit
Discards changes since the last BeginEdit()()()() call.
(Inherited from BasePersistableObject.)
Public method EndEdit
Finishes edit mode started by the BeginEdit()()()() method and updates a corresponding data source item.
(Inherited from BasePersistableObject.)
Public method FromXml(XmlNode)
Loads an object from the specified XmlNode.
(Inherited from BaseObject.)
Public method FromXml(XmlReader)
Loads an object from the specified XmlReader.
(Inherited from BaseObject.)
Public method FromXml(Stream)
Loads an object from the specified Stream.
(Inherited from BasePersistableObject.)
Public method ToString
Overrides the default behavior.
(Inherited from BaseObject.)
Public method ToXml(XmlWriter)
Saves an object into specified XmlWriter.
(Inherited from BaseObject.)
Public method ToXml(Stream)
Saves an object to the specified Stream.
(Inherited from BasePersistableObject.)

See Also