Table of Contents

Interface IOutbuildingAduDataIntegrationCom

Namespace
Sfrep.AppraiseIt.Client.Integration.Com.DataStore
Assembly
Sfrep.AppraiseIt.Client.Integration.Com.dll

Encapsulate's an outbuilding's ADU in the dynamic data store.

[ComVisible(true)]
[Guid("382DB646-640F-4264-BFE6-92B12D469006")]
public interface IOutbuildingAduDataIntegrationCom : 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

IFieldsIndexIntegrationCom

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.

OutbuildingIndex()

Gets the parent outbuilding's index.

int OutbuildingIndex()

Returns

int

SetName(string)

Sets the unit's name.

void SetName(string name)

Parameters

name string

The unit's name.