C# Class nHydrate.Generator.Models.SecurityFunction

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

Protected Properties

Свойство Type Description
_parameters ReferenceCollection

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetParameters ( ) : IEnumerable

Returns the parameters for this object

IsValid ( ) : bool
SecurityFunction ( INHydrateModelObject root, Table parent ) : System
XmlAppend ( XmlNode node ) : void
XmlLoad ( XmlNode node ) : void

Method Details

GetParameters() public méthode

Returns the parameters for this object
public GetParameters ( ) : IEnumerable
Résultat IEnumerable

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

SecurityFunction() public méthode

public SecurityFunction ( INHydrateModelObject root, Table parent ) : System
root INHydrateModelObject
parent Table
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

_parameters protected_oe property

protected ReferenceCollection _parameters
Résultat ReferenceCollection