ClientObjectPrototype members
Represents a prototype instance that is used to specify the data to retrieve on the ClientObject object. This class and its members are reserved for internal use and are not intended to be used in your code.
The ClientObjectPrototype type exposes the following members.
Methods
Name | Description | |
---|---|---|
Retrieve() | Retrieves all default 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. | |
RetrieveCollectionObject<ItemType> | Returns a collection prototype that represents the specified ClientObjectCollection property. This member is reserved for internal use and is not intended to be used directly from your code. | |
RetrieveObject<PropertyType> | Returns an object prototype that represents the specified ClientObject property. This member is reserved for internal use and is not intended to be used directly from your code. | |
ToString | (Inherited from Object.) |
Top