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

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[SerializableAttribute]
[DefaultPropertyAttribute("Text")]
public class Contact : BaseObject
Visual Basic
<SerializableAttribute> _
<DefaultPropertyAttribute("Text")> _
Public Class Contact _
	Inherits BaseObject

Inheritance Hierarchy

See Also