Class DataStoreImageFieldIntegrationCom
- Namespace
- Sfrep.AppraiseIt.Client.Integration.Com.DataStore.Fields
- Assembly
- Sfrep.AppraiseIt.Client.Integration.Com.dll
Encapsulates a image field in the dynamic data store.
[ComVisible(true)]
[Guid("1BB36608-E8DB-4D8E-B29A-44D0EBDA00E6")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class DataStoreImageFieldIntegrationCom : DataStoreCompFieldIntegrationComBase, IDataStoreImageFieldIntegrationCom, IDataStoreCompFieldIntegrationComBase, IDataStoreFieldIntegrationComBase, IDisposable
- Inheritance
-
objectDataStoreImageFieldIntegrationCom
- Implements
- Inherited Members
-
object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()object.GetType()
Constructors
DataStoreImageFieldIntegrationCom()
This no args constructor is required for COM support and should not be called directly.
public DataStoreImageFieldIntegrationCom()
Methods
GetData()
Gets the field's data.
public IImageDataIntegrationCom GetData()
Returns
- IImageDataIntegrationCom
The field's data. If the field does not have any data set, null is returned.
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(IImageDataIntegrationCom)
Sets the field's data.
public void SetData(IImageDataIntegrationCom imageData)
Parameters
imageDataIImageDataIntegrationComThe field's data.