The Contact class represents the person information.
Not real class just sample for prototyping.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
[SerializableAttribute] [DefaultPropertyAttribute("Text")] public class Contact : BaseObject |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ <DefaultPropertyAttribute("Text")> _ Public Class Contact _ Inherits BaseObject |
Inheritance Hierarchy
System..::..Object
C1.C1Schedule..::..BasePersistableObject
C1.C1Schedule..::..BaseObject
C1.C1Schedule..::..Contact
C1.C1Schedule..::..BasePersistableObject
C1.C1Schedule..::..BaseObject
C1.C1Schedule..::..Contact