C# 클래스 Warehouse.Suite

상속: Software
파일 보기 프로젝트 열기: Starcounter/Warehouse

공개 메소드들

메소드 설명
CanAddSoftware ( Software software ) : bool
FindSoftware ( Software software ) : Software

Find software in suite (recursive)

FindSoftware ( string id ) : Software

Find software in suite (recursive)

GetContentApps ( ) : IList

Get all apps in this suits and it's suits etc..

RegisterHooks ( ) : void

Register database commit hooks

메소드 상세

CanAddSoftware() 공개 메소드

public CanAddSoftware ( Software software ) : bool
software Software
리턴 bool

FindSoftware() 공개 메소드

Find software in suite (recursive)
public FindSoftware ( Software software ) : Software
software Software
리턴 Software

FindSoftware() 공개 메소드

Find software in suite (recursive)
public FindSoftware ( string id ) : Software
id string
리턴 Software

GetContentApps() 공개 메소드

Get all apps in this suits and it's suits etc..
public GetContentApps ( ) : IList
리턴 IList

RegisterHooks() 공개 정적인 메소드

Register database commit hooks
public static RegisterHooks ( ) : void
리턴 void