C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.CollectionEntries.RememberToDeleteTemplate

Inheritance: Zetbox.Generator.ResourceTemplate
ファイルを表示 Open project: daszat/zetbox

Protected Properties

Property Type Description
aCollectionName string
aName string
aRefsObj bool
bCollectionName string
bName string
bRefsObj bool
manageCollection bool

Public Methods

Method Description
Call ( Arebis _host, bool manageCollection, bool aRefsObj, string aName, string aCollectionName, bool bRefsObj, string bName, string bCollectionName ) : void
Generate ( ) : void
RememberToDeleteTemplate ( Arebis _host, bool manageCollection, bool aRefsObj, string aName, string aCollectionName, bool bRefsObj, string bName, string bCollectionName ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, bool manageCollection, bool aRefsObj, string aName, string aCollectionName, bool bRefsObj, string bName, string bCollectionName ) : void
_host Arebis
manageCollection bool
aRefsObj bool
aName string
aCollectionName string
bRefsObj bool
bName string
bCollectionName string
return void

Generate() public method

public Generate ( ) : void
return void

RememberToDeleteTemplate() public method

public RememberToDeleteTemplate ( Arebis _host, bool manageCollection, bool aRefsObj, string aName, string aCollectionName, bool bRefsObj, string bName, string bCollectionName ) : System
_host Arebis
manageCollection bool
aRefsObj bool
aName string
aCollectionName string
bRefsObj bool
bName string
bCollectionName string
return System

Property Details

aCollectionName protected_oe property

protected string aCollectionName
return string

aName protected_oe property

protected string aName
return string

aRefsObj protected_oe property

protected bool aRefsObj
return bool

bCollectionName protected_oe property

protected string bCollectionName
return string

bName protected_oe property

protected string bName
return string

bRefsObj protected_oe property

protected bool bRefsObj
return bool

manageCollection protected_oe property

protected bool manageCollection
return bool