Interface IAduDataIntegrationComBase
- 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 that are ADUs.
[ComVisible(true)]
[Guid("0A212E2E-D88A-4ABD-A647-79FC1567B0DA")]
public interface IAduDataIntegrationComBase : IUnitDataIntegrationComBase, IDisposable
Methods
AduIndex()
Gets the ADU's index.
int AduIndex()
Returns
- int
The ADU's index.
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.