IProjectInfo Interface |
Namespace: CMS.ProjectManagement
public interface IProjectInfo : IInfo, ISerializable, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IComparable, IRelatedData, IMacroObject, IObjectTypeDriven
The IProjectInfo type exposes the following members.
Name | Description | |
---|---|---|
ContainsColumn |
Returns true if the object contains specified column.
(Inherited from IDataContainer.) | |
Delete |
Deletes the object using appropriate provider
(Inherited from IInfo.) | |
Destroy |
Destroys the object including its version history using appropriate provider
(Inherited from IInfo.) | |
GetProperty |
Returns property with given name (either object or property value).
(Inherited from IHierarchicalObject.) | |
GetValue |
Returns value of column.
(Inherited from ISimpleDataContainer.) | |
Insert |
Inserts the object using appropriate provider
(Inherited from IInfo.) | |
MacroRepresentation |
Returns the object which represents current object in the macro engine.
Whenever the object implementing IMacroObject interface is used within macro engine this method is called its result is used instead.
(Inherited from IMacroObject.) | |
SetValue |
Sets value of column.
(Inherited from ISimpleDataContainer.) | |
SubmitChanges |
Submits the changes in the object to the database.
(Inherited from IInfo.) | |
ToMacroString |
Returns the default text representation in the macros (this is called when the expression is resolved to its final value and should be converted to string).
(Inherited from IMacroObject.) | |
TryGetProperty(String, Object) |
Returns property with given name (either object or property value).
(Inherited from IHierarchicalObject.) | |
TryGetProperty(String, Object, Boolean) |
Returns property with given name (either object or property value).
(Inherited from IVirtualHierarchicalObject.) | |
TryGetValue |
Returns value of column.
(Inherited from IDataContainer.) | |
Update |
Updates the database entity using appropriate provider
(Inherited from IInfo.) |
Name | Description | |
---|---|---|
CopyTo |
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.) | |
CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
Name | Description | |
---|---|---|
AllowCreate |
Indicates whether a new task can be created.
| |
AllowDelete |
Indicates whether the user can delete a task.
| |
AllowModify |
Indicates whether the user can modify a task.
| |
AllowRead |
Indicates whether the access to project and its tasks is allowed.
| |
ColumnNames |
Column names.
(Inherited from IDataContainer.) | |
Generalized |
Generalized interface of this object.
(Inherited from IInfo.) | |
Item |
Gets or sets the value of the column.
(Inherited from ISimpleDataContainer.) | |
ObjectSettings |
Object settings
(Inherited from IInfo.) | |
ObjectType |
Type of the selected objects.
(Inherited from IObjectTypeDriven.) | |
ProjectAccess |
Project access bit array.
| |
ProjectAllowOrdering |
Allow manual ordering of the project tasks.
| |
ProjectCreatedByID |
Project creator.
| |
ProjectDeadline |
Project deadline.
| |
ProjectDescription |
Project description.
| |
ProjectDisplayName |
Project display name.
| |
ProjectGroupID |
Group ID.
| |
ProjectGUID |
Unique project identifier.
| |
ProjectID |
Project ID.
| |
ProjectLastModified |
Last modification of the project.
| |
ProjectName |
Project code name.
| |
ProjectNodeID |
Node ID.
| |
ProjectOwner |
Project owner.
| |
ProjectSiteID |
Site ID of the project.
| |
ProjectStartDate |
Project start date.
| |
ProjectStatusID |
Project status.
| |
Properties |
Properties of the object available through GetProperty.
(Inherited from IHierarchicalObject.) | |
RelatedData |
Custom data connected to the object.
(Inherited from IRelatedData.) | |
TypeInfo |
Object type info
(Inherited from IInfo.) |