Class DataStoreRepeatableRowGroupIntegrationCom
- Namespace
- Sfrep.AppraiseIt.Client.Integration.Com.DataStore
- Assembly
- Sfrep.AppraiseIt.Client.Integration.Com.dll
A repeatable row group in the dynamic data store.
[ComVisible(true)]
[Guid("2C52535A-28A4-41A6-9CBE-C0BE2186EFFC")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class DataStoreRepeatableRowGroupIntegrationCom : IDataStoreRepeatableRowGroupIntegrationCom, IDisposable
- Inheritance
-
objectDataStoreRepeatableRowGroupIntegrationCom
- Implements
- Inherited Members
-
object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()object.GetType()
Constructors
DataStoreRepeatableRowGroupIntegrationCom()
This no args constructor is required for COM support and should not be called directly.
public DataStoreRepeatableRowGroupIntegrationCom()
Methods
AddItem()
Adds an item to this repeatable row group.
public IDataStoreRepeatableRowGroupItemIntegrationCom AddItem()
Returns
- IDataStoreRepeatableRowGroupItemIntegrationCom
The newly added repeatable row group item.
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.
Clear()
Clears all field data in this repeatable row group.
public void Clear()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetItem(int)
Gets the specified item in this repeatable row group.
public IDataStoreRepeatableRowGroupItemIntegrationCom GetItem(int rowGroupItemIndex)
Parameters
rowGroupItemIndexintThe item's index.
Returns
- IDataStoreRepeatableRowGroupItemIntegrationCom
The specified item in this repeatable row group.
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.
ItemCount()
Gets the number of items in this repeatable row group.
public int ItemCount()
Returns
- int
The number of items in this repeatable row group.
RemoveItem(int)
Removes the specified item from this repeatable row group.
public void RemoveItem(int rowGroupItemIndex)
Parameters
rowGroupItemIndexintThe item's index.
RowGroupId()
Gets the repeatable row group's ID.
public string RowGroupId()
Returns
- string
The repeatable row group's ID.