Share via


Entity Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.BusinessData.Entity", ServerTypeId="{493fb354-e4a4-4577-b7f4-64bb868c128e}")]
public sealed class Entity : Microsoft.SharePoint.Client.ClientObject
type Entity = class
    inherit ClientObject
Public NotInheritable Class Entity
Inherits ClientObject
Inheritance
Attributes

Constructors

Entity(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
EstimatedInstanceCount
Name
Namespace
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)
Create(EntityFieldValueDictionary, LobSystemInstance)
CustomFromJson(JsonReader) (Inherited from ClientObject)
Execute(String, LobSystemInstance, Object[])
FindAssociated(EntityInstance, String, FilterCollection, LobSystemInstance)
FindFiltered(FilterCollection, String, LobSystemInstance)
FindSpecific(EntityIdentity, String, LobSystemInstance)
FindSpecificByBdcId(String, String, LobSystemInstance)
FindSpecificDefault(EntityIdentity, LobSystemInstance)
FindSpecificDefaultByBdcId(String, LobSystemInstance)
FromJson(JsonReader) (Inherited from ClientObject)
GetAssociationView(String)
GetCreatorView(String)
GetDefaultSpecificFinderView()
GetFilters(String)
GetFinderView(String)
GetIdentifierCount()
GetIdentifiers()
GetLobSystem()
GetSpecificFinderView(String)
GetUpdaterView(String)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
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)
Subscribe(EntityEventType, NotificationCallback, String, String, LobSystemInstance)
Unsubscribe(Subscription, String, String, LobSystemInstance)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to