Show / Hide Table of Contents

Interface ISoCollection

Inherited Members
IList.Add(Object)
IList.Contains(Object)
IList.Clear()
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.Remove(Object)
IList.RemoveAt(Int32)
IList.Item[Int32]
IList.IsReadOnly
IList.IsFixedSize
ICollection.CopyTo(Array, Int32)
ICollection.Count
ICollection.SyncRoot
ICollection.IsSynchronized
IEnumerable.GetEnumerator()
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public interface ISoCollection : IList, ICollection, IEnumerable
Remarks

Properties

IsDirty

Is the object dirty, e.g. has some of the data in the object been changed?

Declaration
bool IsDirty { get; }
Property Value
Type Description
Boolean

true if dirty; otherwise, false.

Methods

Add(ISoItem)

Adds the specified item.

Declaration
int Add(ISoItem item)
Parameters
Type Name Description
ISoItem item

The item.

Returns
Type Description
Int32

0-based index of the item.

AddNew()

Declaration
ISoItem AddNew()
Returns
Type Description
ISoItem

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top