Version

UnassignedProject Class Members

The following tables list the members exposed by UnassignedProject.

Protected Constructors
 NameDescription
Protected ConstructorUnassignedProject ConstructorCreates a new UnassignedProject instance from previously serialized data.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyBindingListIndexReturns the ordinal position of the list object corresponding to this Project in the data source to which the Projects collection is bound, or -1 if the Projects collection is not bound. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public PropertyBindingListObjectReturns the list object corresponding to this Project in the data source to which the Projects collection is bound, or null if the Projects collection is not bound. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIdReturns a globally unique identifier which identifies this instance. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public PropertyIsUnassignedOverridden. Returns true to indicate that this instance represents the unassigned project.  
Public PropertyKeyOverridden. Returns or sets the key which identifies this instance.  
Public PropertyNameReturns or sets the name of the project. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public PropertyStartDateReturns the DateTime on which the project begins. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTasksReturns the Task objects associated with this project. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodEqualsOverloaded. Returns whether the specified Project is the same logical instance as this project. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetOverridden. Restores the properties of this object to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodSaveReturns a byte array containing the serialized object graph of this Project. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public MethodShouldSerializeReturns a boolean value indicating whether this object requires serialization. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public MethodShouldSerializeKeyReturns a boolean value indicating whether the Key property requires serialization. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodTaskFromNameOverloaded. Returns the first Task with the specified name that is associated with this Project, or null if no such task exists. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public MethodTaskFromRowNumberReturns the Task at the row position in the list which represents all tasks that belong to this Project, or null if no such task exists. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public MethodToStringReturns the string representation of this object (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataSerialization helper method. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDisposeReleases resources used by this object. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Protected MethodOnObjectPropChangedCalled when a property of this object changes. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetNameRestores the Name property to its default value. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Protected MethodResetStartDateRestores the StartDate property to its default value. (Inherited from Infragistics.Win.UltraWinSchedule.Project)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also