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

Inheritance: Zetbox.Generator.ResourceTemplate
Show file 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 property

protected string aCollectionName
return string

aName protected property

protected string aName
return string

aRefsObj protected property

protected bool aRefsObj
return bool

bCollectionName protected property

protected string bCollectionName
return string

bName protected property

protected string bName
return string

bRefsObj protected property

protected bool bRefsObj
return bool

manageCollection protected property

protected bool manageCollection
return bool