Inheritance Hierarchy
 
Namespace: Bricscad.Opm
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.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
 | 
 
(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
 | 
 
(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
 | 
 
(Inherited from Object) | 
 
 | 
InitializeLifetimeService
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
MemberwiseClone
 | 
 
(Inherited from Object) | 
 
 | 
MemberwiseClone(Boolean)
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
setPropertyValue(Entity,
Int32, String, PropertyVariant)
 | 
  | 
 
 | 
setPropertyValue(Entity,
FullSubentityPath, Int32, String, PropertyVariant)
 | 
  | 
 
 | 
setPropertyValue(Entity,
SubEntFlags, ListFullSubentityPath, Int32, String,
PropertyVariant)
 | 
  | 
 
 | 
supportsDynamicProperties
 | 
  | 
 
 | 
ToString
 | 
 
(Inherited from Object) | 
Top
 
See Also