EntityCollection members
Collection of entity metadata for assignment, calendar, constraint, outline code, project, resource, and task entities.
The EntityCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityCollection | Creates an instance of the EntityCollection class. |
Top
Properties
Name | Description | |
---|---|---|
AssignmentEntity | Gets metadata for the assignment entity type. | |
CalendarEntity | Gets metadata for the calendar entity type. | |
Capacity | (Inherited from CollectionBase.) | |
ConstraintEntity | Gets metadata for the constraint entity type. | |
Count | (Inherited from CollectionBase.) | |
Entities | Gets the collection of Entity objects. | |
InnerList | (Inherited from CollectionBase.) | |
Item | This member is reserved for internal use and is not intended to be used directly from your code. | |
List | (Inherited from CollectionBase.) | |
OutlineCodeEntity | Gets metadata for the outline code entity type. | |
ProjectEntity | Gets metadata for the project entity type. | |
ResourceEntity | Gets metadata for the resource entity type. | |
TaskEntity | Gets metadata for the task entity type. |
Top
Methods
Name | Description | |
---|---|---|
Clear | (Inherited from CollectionBase.) | |
Contains | This member is reserved for internal use and is not intended to be used directly from your code. | |
CopyTo | This member is reserved for internal use and is not intended to be used directly from your code. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Gets the index of a specified entity. | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
RemoveAt | (Inherited from CollectionBase.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
WinProjIdMask | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top