Share via


TypeDescriptor Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.BusinessData.TypeDescriptor", ServerTypeId="{d981a4b4-5fbd-4c46-9101-5c5e67d4ab3b}")]
public sealed class TypeDescriptor : Microsoft.SharePoint.Client.ClientObject
type TypeDescriptor = class
    inherit ClientObject
Public NotInheritable Class TypeDescriptor
Inherits ClientObject
Inheritance
TypeDescriptor
Attributes

Constructors

TypeDescriptor(ClientRuntimeContext, ObjectPath)

Properties

ContainsReadOnly
Context (Inherited from ClientObject)
IsCollection
IsReadOnly
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)
TypeName

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
ContainsLocalizedDisplayName()
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
GetChildTypeDescriptors()
GetDefaultDisplayName()
GetLocalizedDisplayName()
GetParentTypeDescriptor()
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
IsLeaf()
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
IsRoot()
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