[]
        
(Showing Draft Content)

C1.C1Schedule.Contact

Contact Class

The Contact class represents the person information. Not real class just sample for prototyping.

Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class Contact : BaseObject, INotifyPropertyChanged, ISerializable

Constructors

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.