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

Show file Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
ctx IZetboxContext
fkBackingName string
fkGuidBackingName string
implNameUnused string
isExportable bool
name string
referencedImplementation string
referencedInterface string

Public Methods

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

public static Call ( Arebis _host, IZetboxContext ctx, ObjectReferenceProperty prop ) : void
_host Arebis
ctx IZetboxContext
prop ObjectReferenceProperty
return void

Call() public static method

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
return void

Generate() public method

public Generate ( ) : void
return void

ReloadOneReference() public method

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
return System

Property Details

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

fkBackingName protected property

protected string fkBackingName
return string

fkGuidBackingName protected property

protected string fkGuidBackingName
return string

implNameUnused protected property

protected string implNameUnused
return string

isExportable protected property

protected bool isExportable
return bool

name protected property

protected string name
return string

referencedImplementation protected property

protected string referencedImplementation
return string

referencedInterface protected property

protected string referencedInterface
return string