Share via


EntityFieldValueDictionary Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.BusinessData.Runtime.EntityFieldValueDictionary", ServerTypeId="{5bc2b16a-0bee-449a-9ef0-8a504ca2ad22}")]
public sealed class EntityFieldValueDictionary : Microsoft.SharePoint.Client.ClientObject
type EntityFieldValueDictionary = class
    inherit ClientObject
Public NotInheritable Class EntityFieldValueDictionary
Inherits ClientObject
Inheritance
EntityFieldValueDictionary
Attributes

Constructors

EntityFieldValueDictionary(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
FieldValues
Item[String]
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)
CreateCollectionInstance(String, Int32)
CreateInstance(String, String)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
FromXml(String)
GetCollectionSize(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()
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
ToXml()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to