Class NestedCollectionPersist
Inheritance
NestedCollectionPersist
Inherited Members
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public abstract class NestedCollectionPersist : NestedPersistFacade, INestedPersist, IEnumerable<INestedPersist>, IEnumerable
Constructors
NestedCollectionPersist()
Declaration
protected NestedCollectionPersist()
Properties
Count
The count of rows in the collection
Declaration
public abstract int Count { get; }
Property Value
Type | Description |
---|---|
int |
IsDeleted
Gets a value indicating whether this instance is deleted.
Declaration
public override bool IsDeleted { get; }
Property Value
Type | Description |
---|---|
bool |
|
Overrides
Methods
GetEnumerator()
Declaration of the IEnumerable implementation
Declaration
public abstract IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator | Enumerator. |
GetFacadingItems()
Implement this method to expose items that needs to be persisted.
Declaration
protected override IEnumerable<INestedPersist> GetFacadingItems()
Returns
Type | Description |
---|---|
IEnumerable<INestedPersist> | Collection of items that needs to be persisted. |