The BaseObject is a base class for resources, labels, statuses,
categories and contacts. It implements base UI properties and persistence.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[SerializableAttribute] [DefaultPropertyAttribute("Text")] public class BaseObject : BasePersistableObject, ISerializable |
Visual Basic |
---|
<SerializableAttribute> _ <DefaultPropertyAttribute("Text")> _ Public Class BaseObject _ Inherits BasePersistableObject _ Implements ISerializable |
Inheritance Hierarchy
System..::..Object
C1.C1Schedule..::..BasePersistableObject
C1.C1Schedule..::..BaseObject
C1.C1Schedule..::..Category
C1.C1Schedule..::..Contact
C1.C1Schedule..::..Label
C1.C1Schedule..::..Resource
C1.C1Schedule..::..Status
C1.C1Schedule..::..BasePersistableObject
C1.C1Schedule..::..BaseObject
C1.C1Schedule..::..Category
C1.C1Schedule..::..Contact
C1.C1Schedule..::..Label
C1.C1Schedule..::..Resource
C1.C1Schedule..::..Status