Version

Project Class Members

The following tables list the members exposed by Project.

Public Constructors
 NameDescription
Public ConstructorProject ConstructorOverloaded.   
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.  
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.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIdReturns a globally unique identifier which identifies this instance.  
Public PropertyIsUnassignedReturns whether 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.  
Public PropertyStartDateReturns the DateTime on which the project begins.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTasksReturns the Task objects associated with this 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.  
Public Methodstatic (Shared in Visual Basic)FromBytesDeserializes a single Project object from the specified stream.  
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 MethodResetRestores 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.  
Public MethodShouldSerializeReturns a boolean value indicating whether this object requires serialization.  
Public MethodShouldSerializeKeyOverridden. Returns a boolean value indicating whether the Key property requires serialization.  
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.  
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.  
Public MethodToStringReturns the string representation of this object  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataSerialization helper method.  
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 MethodOnDisposeOverridden. Releases resources used by this object.  
Protected MethodOnObjectPropChangedOverridden. Called when a property of this object changes.  
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.  
Protected MethodResetStartDateRestores the StartDate property to its default value.  
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