C# 클래스 nHydrate.Generator.Models.RowEntryCollection

상속: nHydrate.Generator.Common.GeneratorFramework.BaseModelCollection
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_parent INHydrateModelObject
internalList System.Collections.ArrayList

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( ) : RowEntry
리턴 RowEntry

Add() 공개 메소드

public Add ( RowEntry value ) : int
value RowEntry
리턴 int

AddRange() 공개 메소드

public AddRange ( ICollection list ) : void
list ICollection
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( RowEntry value ) : bool
value RowEntry
리턴 bool

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( RowEntry value ) : int
value RowEntry
리턴 int

Insert() 공개 메소드

public Insert ( int index, RowEntry value ) : void
index int
value RowEntry
리턴 void

Remove() 공개 메소드

public Remove ( RowEntry value ) : void
value RowEntry
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RowEntryCollection() 공개 메소드

public RowEntryCollection ( INHydrateModelObject root ) : System
root INHydrateModelObject
리턴 System

XmlAppend() 공개 메소드

public XmlAppend ( XmlNode node ) : void
node System.Xml.XmlNode
리턴 void

XmlLoad() 공개 메소드

public XmlLoad ( XmlNode node ) : void
node System.Xml.XmlNode
리턴 void

this() 공개 메소드

public this ( int index ) : RowEntry
index int
리턴 RowEntry

프로퍼티 상세

_parent 보호되어 있는 프로퍼티

protected INHydrateModelObject _parent
리턴 INHydrateModelObject

internalList 보호되어 있는 프로퍼티

protected ArrayList,System.Collections internalList
리턴 System.Collections.ArrayList