[]
The Contact class represents the person information. Not real class just sample for prototyping.
public class Contact : BaseObject, INotifyPropertyChanged, ISerializable
Name | Description |
---|---|
Contact() | Creates the new Contact object. |
Contact(Guid) | Initializes a new instance of the Contact class with the specified key. |
Contact(int) | Initializes a new instance of the Contact class with the specified key. |
Contact(SerializationInfo, StreamingContext) | Special constructor for deserialization. |