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

ファイルを表示 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_oe property

protected IZetboxContext ctx
return IZetboxContext

fkBackingName protected_oe property

protected string fkBackingName
return string

fkGuidBackingName protected_oe property

protected string fkGuidBackingName
return string

implNameUnused protected_oe property

protected string implNameUnused
return string

isExportable protected_oe property

protected bool isExportable
return bool

name protected_oe property

protected string name
return string

referencedImplementation protected_oe property

protected string referencedImplementation
return string

referencedInterface protected_oe property

protected string referencedInterface
return string