ResourceEngagementTimephasedCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("PS.ResourceEngagementTimephasedCollection", ServerTypeId="{5d5a8bc5-b672-4a01-8b0e-042a41e3763e}")]
public class ResourceEngagementTimephasedCollection : Microsoft.SharePoint.Client.ClientObjectCollection<Microsoft.ProjectServer.Client.ResourceEngagementTimephasedPeriod>
type ResourceEngagementTimephasedCollection = class
inherit ClientObjectCollection<ResourceEngagementTimephasedPeriod>
Public Class ResourceEngagementTimephasedCollection
Inherits ClientObjectCollection(Of ResourceEngagementTimephasedPeriod)
- Inheritance
-
ResourceEngagementTimephasedCollection
- Attributes
Constructors
ResourceEngagementTimephasedCollection(ClientRuntimeContext, ObjectPath) |
Properties
AreItemsAvailable | (Inherited from ClientObjectCollection) |
Context | (Inherited from ClientObject) |
Count | (Inherited from ClientObjectCollection) |
Data | (Inherited from ClientObjectCollection) |
ElementType | (Inherited from ClientObjectCollection<T>) |
Expression | (Inherited from ClientObjectCollection<T>) |
Item[Int32] | (Inherited from ClientObjectCollection<T>) |
ObjectData | (Inherited from ClientObject) |
ObjectVersion | (Inherited from ClientObject) |
Path | (Inherited from ClientObject) |
Provider | (Inherited from ClientObjectCollection<T>) |
ServerObjectIsNull | (Inherited from ClientObject) |
Tag | (Inherited from ClientObject) |
TypedObject | (Inherited from ClientObject) |
Methods
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from ClientObjectCollection) |
Extension Methods
Include<TSource>(IQueryable<TSource>, Expression<Func<TSource,Object>>[]) | |
IncludeWithDefaultProperties<TSource>(IQueryable<TSource>, Expression<Func<TSource,Object>>[]) |