C# Class nHydrate.Generator.Models.RowEntry

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject
Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Property Type Description
_cellEntries CellEntryCollection

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetCodeDescription() public method

public GetCodeDescription ( Table table ) : string
table Table
return string

GetCodeIdValue() public method

public GetCodeIdValue ( Table table ) : string
table Table
return string

GetCodeIdentifier() public method

public GetCodeIdentifier ( Table table ) : string
table Table
return string

GetDataRaw() public method

public GetDataRaw ( Table table ) : string
table Table
return string

GetDataSort() public method

public GetDataSort ( Table table ) : string
table Table
return string

RowEntry() public method

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

Property Details

_cellEntries protected_oe property

protected CellEntryCollection _cellEntries
return CellEntryCollection