Class IPvRegisterStore
Class used with register persistence in the context of user-sets.
Implements
Inherited Members
Namespace: eBUSDotNetEdge
Assembly: eBUSDotNetEdge.dll
Syntax
public class IPvRegisterStore : IDisposable
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~IPvRegisterStore()
Destructor.
Declaration
protected ~IPvRegisterStore()
Persist(IPvRegister, string)
Persists a register to the register store using a name suffix.
Declaration
public virtual PvResult Persist(IPvRegister aRegister, string aNameSuffix)
Parameters
| Type | Name | Description |
|---|---|---|
| IPvRegister | aRegister | Register to save to or load from the store. |
| string | aNameSuffix | Name suffix to use when saving to or loading from the store. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|