C# 클래스 Zetbox.DalProvider.NHibernate.Generator.Templates.CollectionEntries.RememberToDeleteTemplate

상속: Zetbox.Generator.ResourceTemplate
파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
aCollectionName string
aName string
aRefsObj bool
bCollectionName string
bName string
bRefsObj bool
manageCollection bool

공개 메소드들

메소드 설명
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

메소드 상세

Call() 공개 정적인 메소드

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
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

RememberToDeleteTemplate() 공개 메소드

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
리턴 System

프로퍼티 상세

aCollectionName 보호되어 있는 프로퍼티

protected string aCollectionName
리턴 string

aName 보호되어 있는 프로퍼티

protected string aName
리턴 string

aRefsObj 보호되어 있는 프로퍼티

protected bool aRefsObj
리턴 bool

bCollectionName 보호되어 있는 프로퍼티

protected string bCollectionName
리턴 string

bName 보호되어 있는 프로퍼티

protected string bName
리턴 string

bRefsObj 보호되어 있는 프로퍼티

protected bool bRefsObj
리턴 bool

manageCollection 보호되어 있는 프로퍼티

protected bool manageCollection
리턴 bool