C# Class nHydrate.Generator.Models.RowEntryCollection

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelCollection
Show file Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Property Type Description
_parent INHydrateModelObject
internalList System.Collections.ArrayList

Private Properties

Property Type Description

Public Methods

Method Description
Add ( ) : RowEntry
Add ( RowEntry value ) : int
AddRange ( ICollection list ) : void
Clear ( ) : void
Contains ( RowEntry value ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( RowEntry value ) : int
Insert ( int index, RowEntry value ) : void
Remove ( RowEntry value ) : void
RemoveAt ( int index ) : void
RowEntryCollection ( INHydrateModelObject root ) : System
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void
this ( int index ) : RowEntry

Method Details

Add() public method

public Add ( ) : RowEntry
return RowEntry

Add() public method

public Add ( RowEntry value ) : int
value RowEntry
return int

AddRange() public method

public AddRange ( ICollection list ) : void
list ICollection
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( RowEntry value ) : bool
value RowEntry
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( RowEntry value ) : int
value RowEntry
return int

Insert() public method

public Insert ( int index, RowEntry value ) : void
index int
value RowEntry
return void

Remove() public method

public Remove ( RowEntry value ) : void
value RowEntry
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RowEntryCollection() public method

public RowEntryCollection ( INHydrateModelObject root ) : System
root INHydrateModelObject
return System

XmlAppend() public method

public XmlAppend ( XmlNode node ) : void
node System.Xml.XmlNode
return void

XmlLoad() public method

public XmlLoad ( XmlNode node ) : void
node System.Xml.XmlNode
return void

this() public method

public this ( int index ) : RowEntry
index int
return RowEntry

Property Details

_parent protected property

protected INHydrateModelObject _parent
return INHydrateModelObject

internalList protected property

protected ArrayList,System.Collections internalList
return System.Collections.ArrayList