EntityType Class

Definition

[Microsoft.SharePoint.Client.ScriptType("PS.EntityType", ServerTypeId="{91585f46-a1c2-40c2-b5b4-7c29a3fb40ff}")]
public class EntityType : Microsoft.SharePoint.Client.ClientObject
type EntityType = class
    inherit ClientObject
Public Class EntityType
Inherits ClientObject
Inheritance
EntityType
Attributes

Constructors

EntityType(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
ID
Name
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
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