Table of Contents

Interface IStructureAduDataIntegrationCom

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

Encapsulate's a structure's ADU in the dynamic data store.

[ComVisible(true)]
[Guid("3E24F0F4-60C1-4486-B59D-FAC26E906CA3")]
public interface IStructureAduDataIntegrationCom : 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.

SetName(string)

Sets the unit's name.

void SetName(string name)

Parameters

name string

The unit's name.

StructureIndex()

Gets the parent structure's index.

int StructureIndex()

Returns

int