Interface IUnitDataIntegrationComBase
- Namespace
- Sfrep.AppraiseIt.Client.Integration.Com.DataStore
- Assembly
- Sfrep.AppraiseIt.Client.Integration.Com.dll
This is the base interface that encapsulates all unit types that occur in the dynamic data store.
[ComVisible(true)]
[Guid("4225C63E-31EB-4A63-A4ED-37A295BDCDA3")]
public interface IUnitDataIntegrationComBase : IDisposable
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
void Dispose()
GetFields()
Gets the fields index for this unit.
IFieldsIndexIntegrationCom GetFields()
Returns
Remarks
Each call returns a new instance that, to prevent resource leaks, must be disposed by calling the Dispose method once it is no longer needed.
GetName()
Gets the unit's name.
string GetName()
Returns
- string
Remarks
The unit's name.
SetName(string)
Sets the unit's name.
void SetName(string name)
Parameters
namestringThe unit's name.