C# Class nHydrate.Generator.Models.RowEntry

Inheritance: nHydrate.Generator.Common.GeneratorFramework.BaseModelObject
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Protected Properties

Свойство Type Description
_cellEntries CellEntryCollection

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetCodeDescription() public méthode

public GetCodeDescription ( Table table ) : string
table Table
Résultat string

GetCodeIdValue() public méthode

public GetCodeIdValue ( Table table ) : string
table Table
Résultat string

GetCodeIdentifier() public méthode

public GetCodeIdentifier ( Table table ) : string
table Table
Résultat string

GetDataRaw() public méthode

public GetDataRaw ( Table table ) : string
table Table
Résultat string

GetDataSort() public méthode

public GetDataSort ( Table table ) : string
table Table
Résultat string

RowEntry() public méthode

public RowEntry ( INHydrateModelObject root ) : System
root INHydrateModelObject
Résultat System

XmlAppend() public méthode

public XmlAppend ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

XmlLoad() public méthode

public XmlLoad ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

Property Details

_cellEntries protected_oe property

protected CellEntryCollection _cellEntries
Résultat CellEntryCollection