SerializableObjectLayerProxyBase Methods
The base class for SerializableObjectLayer proxies.| Name | Description |
|---|---|
| CommitObjects(XPDictionaryStub, XPObjectStubCollection, XPObjectStubCollection, LockingOption) | Delegates the call to the SerializableObjectLayer.CommitObjects method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| CreateObjectType(String, String) | Delegates the call to the SerializableObjectLayer.CreateObjectType method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| Do(String, Object) | Delegates the call to the corresponding method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetObjectsByKey(XPDictionaryStub, GetObjectStubsByKeyQuery[]) | Delegates the call to the SerializableObjectLayer.GetObjectsByKey method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| GetParentObjectsToDelete() | Delegates the call to the SerializableObjectLayer.GetParentObjectsToDelete method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| GetParentObjectsToSave() | Delegates the call to the SerializableObjectLayer.GetParentObjectsToSave method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| GetParentTouchedClassInfos() | Delegates the call to the SerializableObjectLayer.GetParentTouchedClassInfos method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsParentObjectToDelete(XPDictionaryStub, XPObjectStub) | Delegates the call to the SerializableObjectLayer.IsParentObjectToDelete method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| IsParentObjectToSave(XPDictionaryStub, XPObjectStub) | Delegates the call to the SerializableObjectLayer.IsParentObjectToSave method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| LoadCollectionObjects(XPDictionaryStub, String, XPObjectStub) | Delegates the call to the SerializableObjectLayer.LoadCollectionObjects method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| LoadDelayedProperties(XPDictionaryStub, XPObjectStub, String[]) | Delegates the call to the corresponding SerializableObjectLayer.LoadDelayedProperties overloaded method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| LoadDelayedProperties(XPDictionaryStub, XPObjectStubCollection, String) | Delegates the call to the corresponding SerializableObjectLayer.LoadDelayedProperties overloaded method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| LoadObjects(XPDictionaryStub, ObjectStubsQuery[]) | Delegates the call to the SerializableObjectLayer.LoadObjects method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Purge() | Delegates the call to the SerializableObjectLayer.Purge method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SelectData(XPDictionaryStub, ObjectStubsQuery, CriteriaOperatorCollection, CriteriaOperatorCollection, CriteriaOperator) | Delegates the call to the SerializableObjectLayer.SelectData method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also