ClientObject members
Provides a base class for objects on a remote client.
The ClientObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientObject | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Context | Returns the context that is associated with the client object. | |
ObjectData | Gets the object data for the current client object. | |
ObjectVersion | Gets a string that indicates the version of the current client object. This member is reserved for internal use and is not intended to be used directly from your code. | |
Path | Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. This member is reserved for internal use and is not intended to be used directly from your code. | |
ServerObjectIsNull | Gets the server object and returns null if the server object is null. | |
Tag | Gets or sets data that is associated with the client object. | |
TypedObject | Gets the object with the correct type information returned from the server. |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. | |
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. | |
FromJson | Indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. | |
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code. | |
InitOnePropertyFromJson | Initializes one property of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code. | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. | |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. | |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. | |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. | |
Retrieve() | Retrieves all scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. | |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. | |
ToString | (Inherited from Object.) | |
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. |
Top