LookupTableCollection members
Represents a collection of LookupTable objects.
The LookupTableCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTableCollection | Creates an instance of the LookupTableCollection class. |
Top
Properties
Name | Description | |
---|---|---|
AreItemsAvailable | (Inherited from ClientObjectCollection.) | |
Context | (Inherited from ClientObject.) | |
Count | (Inherited from ClientObjectCollection.) | |
Data | (Inherited from ClientObjectCollection.) | |
ElementType | (Inherited from ClientObjectCollection<LookupTable>.) | |
Expression | (Inherited from ClientObjectCollection<LookupTable>.) | |
Item | (Inherited from ClientObjectCollection<LookupTable>.) | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Path | (Inherited from ClientObject.) | |
Provider | (Inherited from ClientObjectCollection<LookupTable>.) | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the lookup table that is specified by the LookupTableCreationInformation object to the collection. | |
AddChild | (Inherited from ClientObjectCollection.) | |
CheckUninitializedProperty | (Inherited from ClientObject.) | |
CustomFromJson | (Inherited from ClientObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientObject.) | |
GetByAppAlternateId | Get an element from the lookup table collection by using the alternate object GUID that is specified in an App package for Project Online. | |
GetByGuid | Gets a lookup table from the collection with the specified GUID. | |
GetById | Gets a lookup table from the collection with the Id value. | |
GetEnumerator | (Inherited from ClientObjectCollection<LookupTable>.) | |
GetHashCode | (Inherited from Object.) | |
GetItemAtIndex | (Inherited from ClientObjectCollection.) | |
GetType | (Inherited from Object.) | |
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) | |
InitOnePropertyFromJson | (Inherited from ClientObjectCollection.) | |
IsObjectPropertyInstantiated | (Inherited from ClientObject.) | |
IsPropertyAvailable | (Inherited from ClientObject.) | |
LoadExpandoFields | (Inherited from ClientObject.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshLoad | (Inherited from ClientObject.) | |
Remove | Removes the specified lookup table from the collection. | |
RemoveChild | (Inherited from ClientObjectCollection.) | |
RemoveFromParentCollection | (Inherited from ClientObject.) | |
Retrieve() | (Inherited from ClientObject.) | |
Retrieve([]) | (Inherited from ClientObject.) | |
RetrieveItems | (Inherited from ClientObjectCollection<LookupTable>.) | |
ToString | (Inherited from Object.) | |
Update | Updates the lookup table collection. | |
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from ClientObjectCollection.) |
Top