Inheritance Hierarchy
Namespace: Bricscad.Opm
Assembly: BrxMgd (in BrxMgd.dll) Version:
25.1.5.0
Syntax
public abstract class ClientExtension : DisposableWrapper
Public MustInherit Class ClientExtension
Inherits DisposableWrapper
public ref class ClientExtension abstract : public DisposableWrapper
[<AbstractClassAttribute>]
type ClientExtension =
class
inherit DisposableWrapper
end
The ClientExtension type exposes
the following members.
Constructors
|
Name |
Description |
|
ClientExtension
|
Initializes a new instance of the ClientExtension class |
Top
Properties
Methods
|
Name |
Description |
|
allEntityNames
|
|
|
allowPropertyPreview
|
|
|
beginPropertiesUpdate
|
|
|
CreateObjRef
|
Creates an object that contains all the relevant information
required to generate a proxy used to communicate with a remote
object.
(Inherited from MarshalByRefObject) |
|
DeleteUnmanagedObject
|
(Overrides DisposableWrapperDeleteUnmanagedObject) |
|
Dispose
|
(Inherited from DisposableWrapper) |
|
Dispose(Boolean)
|
(Inherited from DisposableWrapper) |
|
endPropertiesUpdate
|
|
|
Equals
|
(Inherited from DisposableWrapper) |
|
Finalize
|
(Inherited from DisposableWrapper) |
|
getApplicationName
|
|
|
getCategoryName(Int32)
|
|
|
getCategoryName(String)
|
|
|
getDynamicPropertyMap(Entity)
|
|
|
getDynamicPropertyMap(Entity,
SubEntFlags, ListFullSubentityPath)
|
|
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetLifetimeService
|
Retrieves the current lifetime service object that controls the
lifetime policy for this instance.
(Inherited from MarshalByRefObject) |
|
getNativePropertiesToDisable
|
|
|
getObjectName(Entity,
SubEntFlags)
|
|
|
getObjectName(Entity,
FullSubentityPath)
|
|
|
getPredefinedStrings(Entity,
Int32, String)
|
|
|
getPredefinedStrings(Entity,
FullSubentityPath, Int32, String)
|
|
|
getPredefinedStrings(Entity,
SubEntFlags, ListFullSubentityPath, Int32, String)
|
|
|
getPropertyDescription
|
|
|
getPropertyEnabled(Entity,
Int32, String, Boolean)
|
|
|
getPropertyEnabled(Entity,
FullSubentityPath, Int32, String, Boolean)
|
|
|
getPropertyEnabled(Entity,
SubEntFlags, ListFullSubentityPath, Int32, String,
Boolean)
|
|
|
getPropertyMap
|
|
|
getPropertyMap(RXClass)
|
|
|
getPropertyMap(RXClass,
SubEntFlags)
|
|
|
getPropertyName
|
|
|
getPropertyParent
|
|
|
getPropertyReadOnly(Entity,
Int32, String)
|
|
|
getPropertyReadOnly(Entity,
FullSubentityPath, Int32, String)
|
|
|
getPropertyReadOnly(Entity,
SubEntFlags, ListFullSubentityPath, Int32, String)
|
|
|
getPropertyValue(Entity,
Int32, String)
|
|
|
getPropertyValue(Entity,
FullSubentityPath, Int32, String)
|
|
|
getPropertyValue(Entity,
SubEntFlags, ListFullSubentityPath, Int32, String)
|
|
|
GetType
|
Gets the Type of the current
instance.
(Inherited from Object) |
|
InitializeLifetimeService
|
Obtains a lifetime service object to control the lifetime
policy for this instance.
(Inherited from MarshalByRefObject) |
|
MemberwiseClone
|
Creates a shallow copy of the current Object.
(Inherited from Object) |
|
MemberwiseClone(Boolean)
|
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject) |
|
setPropertyValue(Entity,
Int32, String, PropertyVariant)
|
|
|
setPropertyValue(Entity,
FullSubentityPath, Int32, String, PropertyVariant)
|
|
|
setPropertyValue(Entity,
SubEntFlags, ListFullSubentityPath, Int32, String,
PropertyVariant)
|
|
|
supportsDynamicProperties
|
|
|
ToString
|
Returns a string that represents the current object.
(Inherited from Object) |
Top
See Also