Interface IStructureLivingUnitDataIntegrationCom
- Namespace
- Sfrep.AppraiseIt.Client.Integration.Com.DataStore
- Assembly
- Sfrep.AppraiseIt.Client.Integration.Com.dll
Encapsulate's a structure's living unit in the dynamic data store.
[ComVisible(true)]
[Guid("7E13BA50-2B99-47BC-93AE-F4BA0BFE074D")]
public interface IStructureLivingUnitDataIntegrationCom : 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.
StructureIndex()
Gets the parent structure's index.
int StructureIndex()
Returns
- int
UnitIndex()
Gets the living unit's index.
int UnitIndex()
Returns
- int