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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_cellEntries CellEntryCollection

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetCodeDescription ( Table table ) : string
GetCodeIdValue ( Table table ) : string
GetCodeIdentifier ( Table table ) : string
GetDataRaw ( Table table ) : string
GetDataSort ( Table table ) : string
RowEntry ( INHydrateModelObject root ) : System
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetCodeDescription() 공개 메소드

public GetCodeDescription ( Table table ) : string
table Table
리턴 string

GetCodeIdValue() 공개 메소드

public GetCodeIdValue ( Table table ) : string
table Table
리턴 string

GetCodeIdentifier() 공개 메소드

public GetCodeIdentifier ( Table table ) : string
table Table
리턴 string

GetDataRaw() 공개 메소드

public GetDataRaw ( Table table ) : string
table Table
리턴 string

GetDataSort() 공개 메소드

public GetDataSort ( Table table ) : string
table Table
리턴 string

RowEntry() 공개 메소드

public RowEntry ( 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

프로퍼티 상세

_cellEntries 보호되어 있는 프로퍼티

protected CellEntryCollection _cellEntries
리턴 CellEntryCollection