Name | Description | |
---|---|---|
DAClientMapper Constructor | Overloaded. |
The following tables list the members exposed by DAClientMapper.
Name | Description | |
---|---|---|
DAClientMapper Constructor | Overloaded. |
Name | Description | |
---|---|---|
Client | The client object that this mapper uses to make OPC operations. | |
ClientMappings | The client mappings in this mapper. | |
Container | (Inherited from System.ComponentModel.Component) | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
DefaultClient | A default client object. | |
DeferredMapNodeFunction | A function that returns the deferred mapping function for a given mapping context. (Inherited from OpcLabs.EasyOpc.DataAccess.LiveMapping.DAMapper) | |
FastestUpdateRate | The fastest update rate allowed by this mapper. (Inherited from OpcLabs.EasyOpc.DataAccess.LiveMapping.DAMapper) | |
LowestPercentDeadband | The lowest percent deadband allowed by this mapper. (Inherited from OpcLabs.EasyOpc.DataAccess.LiveMapping.DAMapper) | |
MappingContextTemplate | The mapping context template to be used by the mapping provider. (Inherited from OpcLabs.EasyOpc.DataAccess.LiveMapping.DAMapper) | |
MappingProvider | The mapping provider to be used by this mapper. (Inherited from OpcLabs.EasyOpc.DataAccess.LiveMapping.DAMapper) | |
Mappings | The mappings in this mapper. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
QueuedExecution | Determines whether the operations will be executed outside the calling thread, in the order of arrival. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
SharedInstance | A default, shared instance of the mapper object. | |
Site | (Inherited from System.ComponentModel.Component) | |
SubscribedItemCount | Number of OPC items currently subscribed to by this mapper. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
MappingSources | Contains mapping sources already mapped. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
ServiceContainer | The service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
Clone | Overridden. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DefineMapping | Overloaded. Defines a mapping, assuring that mapping sources are not duplicated. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
Equals | (Inherited from object) | |
Get | Overloaded. Executes the "Get" operation on all mappings in this mapper. | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetObjectData | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Map | Overloaded. Maps a given object, using a mapping context created from the mapping context template, OpcLabs.BaseLib.LiveMapping.AbstractMapper.MappingContextTemplate. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
RaiseUpdateFailure | Raises the OpcLabs.BaseLib.LiveMapping.AbstractMapper.UpdateFailure event. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
Read | Overloaded. Executes the "Read" operation on all mappings in this mapper. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
Subscribe | Overloaded. Executes the "Subscribe" operation on all mappings in this mapper. | |
ToString | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
UndefineMapping | Undefines a specified mapping. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
Unmap | Overloaded. Unmaps all mappings currently mapped by this mapper. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
ValueEquals | Overloaded. Defines a generalized method that classes must implement to create type-specific method for determining value equality of instances. Determines whether this instance has the same value as a given other instance. (Inherited from OpcLabs.EasyOpc.DataAccess.LiveMapping.DAMapper) | |
Write | Overloaded. Executes the "Write" operation on all mappings in this mapper. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
CreateFolderMapping | Overridden. Creates a folder mapping. | |
CreateFolderSource | Overridden. Creates a folder source. | |
CreateItemMapping | Overridden. Creates an item mapping. | |
CreateItemSource | Overridden. Creates an item source. | |
CreatePropertyMapping | Overridden. Creates a property mapping. | |
CreatePropertySource | Overridden. Creates a property source. | |
ExecuteOperation | Executes a given operation. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ReadXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
WriteXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
FilterMappings<TMapping> | Filter the mappings available on the mapper by the given criteria. | |
GetTarget | Overloaded. Executes the "Get" operation on members of given target object. The "Get" operation obtains value of an OPC property and stores it into the mapping source. Only mappings of type OpcLabs.EasyOpc.DataAccess.LiveMapping.DAPropertyMapping are affected; other mappings are ignored. | |
ReadTarget | Overloaded. Executes the "Read" operation on members of given target object. The "Read" operation reads a value of an OPC item and stores it into the mapping source. Only mappings of type OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemMapping that include OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemMappingOperations.Read in their OpcLabs.EasyOpc.DataAccess.LiveMapping.DAClientItemMapping.Operations are affected; other mappings are ignored. | |
SetState<TNode> | Sets the arbitrary object associated with the node. | |
SubscribeTarget | Overloaded. Executes the "Subscribe" operation on members of given target object. The "Subscribe" operation subscribes to or unsubscribes from changes of an OPC item. Only mappings of type OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemMapping that include OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemMappingOperations.Subscribe in their OpcLabs.EasyOpc.DataAccess.LiveMapping.DAClientItemMapping.Operations are affected; other mappings are ignored. | |
WriteTarget | Overloaded. Executes the "Write" operation on members of given target object. The "Write" operation writes a value from the mapping source into an OPC item. Only mappings of type OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemMapping that include OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemMappingOperations.Write in their OpcLabs.EasyOpc.DataAccess.LiveMapping.DAClientItemMapping.Operations are affected; other mappings are ignored. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
UpdateFailure | Raised whenever a linking target cannot be updated with a new value. (Inherited from OpcLabs.BaseLib.LiveMapping.AbstractMapper) |