C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.ObjectClasses.ReloadOneReference

Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
ctx IZetboxContext
fkBackingName string
fkGuidBackingName string
implNameUnused string
isExportable bool
name string
referencedImplementation string
referencedInterface string

Méthodes publiques

Méthode Description
Call ( Arebis _host, IZetboxContext ctx, ObjectReferenceProperty prop ) : void
Call ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implNameUnused, string fkBackingName, string fkGuidBackingName, bool isExportable ) : void
Generate ( ) : void
ReloadOneReference ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implNameUnused, string fkBackingName, string fkGuidBackingName, bool isExportable ) : System

Method Details

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, ObjectReferenceProperty prop ) : void
_host Arebis
ctx IZetboxContext
prop ObjectReferenceProperty
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implNameUnused, string fkBackingName, string fkGuidBackingName, bool isExportable ) : void
_host Arebis
ctx IZetboxContext
referencedInterface string
referencedImplementation string
name string
implNameUnused string
fkBackingName string
fkGuidBackingName string
isExportable bool
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

ReloadOneReference() public méthode

public ReloadOneReference ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implNameUnused, string fkBackingName, string fkGuidBackingName, bool isExportable ) : System
_host Arebis
ctx IZetboxContext
referencedInterface string
referencedImplementation string
name string
implNameUnused string
fkBackingName string
fkGuidBackingName string
isExportable bool
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

fkBackingName protected_oe property

protected string fkBackingName
Résultat string

fkGuidBackingName protected_oe property

protected string fkGuidBackingName
Résultat string

implNameUnused protected_oe property

protected string implNameUnused
Résultat string

isExportable protected_oe property

protected bool isExportable
Résultat bool

name protected_oe property

protected string name
Résultat string

referencedImplementation protected_oe property

protected string referencedImplementation
Résultat string

referencedInterface protected_oe property

protected string referencedInterface
Résultat string