EntityTypes Class

Definition

[Microsoft.SharePoint.Client.ScriptType("PS.EntityTypes", ServerTypeId="{a5a44400-50a4-45cc-8d70-186019f739c1}")]
public class EntityTypes : Microsoft.SharePoint.Client.ClientObject
type EntityTypes = class
    inherit ClientObject
Public Class EntityTypes
Inherits ClientObject
Inheritance
EntityTypes
Attributes

Constructors

EntityTypes(ClientRuntimeContext, ObjectPath)

Properties

AssignmentEntity
Context (Inherited from ClientObject)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ProjectEntity
ResourceEntity
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TaskEntity
TypedObject (Inherited from ClientObject)

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to