Table of Contents

Class DataStoreImageFieldIntegrationClient

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

Encapsulates a image field in the dynamic data store.

public sealed class DataStoreImageFieldIntegrationClient : DataStoreCompFieldIntegrationClientBase, IDisposable
Inheritance
object
DataStoreImageFieldIntegrationClient
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()

Methods

Dispose(bool)

Frees resources used by this instance.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if called by the Dispose() method. False if called by the finalizer.

GetData()

Gets the field's data.

public ImageDataIntegrationClient GetData()

Returns

ImageDataIntegrationClient

The field's data.

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.

SetData(ImageDataIntegrationClient)

Sets the field's data.

public void SetData(ImageDataIntegrationClient data)

Parameters

data ImageDataIntegrationClient

The field's data.