C# 클래스 BLL.MunkiIncludedManifest

파일 보기 프로젝트 열기: cdadmin/clonedeploy

공개 메소드들

메소드 설명
AddIncludedManifestToTemplate ( Models includedManifest ) : bool
DeleteIncludedManifestFromTemplate ( int includedManifestId ) : bool
GetAllIncludedManifestsForMt ( int manifestTemplateId ) : List
GetIncludedManifest ( int includedManifestId ) : Models.MunkiManifestIncludedManifest
TotalCount ( int manifestTemplateId ) : string

메소드 상세

AddIncludedManifestToTemplate() 공개 정적인 메소드

public static AddIncludedManifestToTemplate ( Models includedManifest ) : bool
includedManifest Models
리턴 bool

DeleteIncludedManifestFromTemplate() 공개 정적인 메소드

public static DeleteIncludedManifestFromTemplate ( int includedManifestId ) : bool
includedManifestId int
리턴 bool

GetAllIncludedManifestsForMt() 공개 정적인 메소드

public static GetAllIncludedManifestsForMt ( int manifestTemplateId ) : List
manifestTemplateId int
리턴 List

GetIncludedManifest() 공개 정적인 메소드

public static GetIncludedManifest ( int includedManifestId ) : Models.MunkiManifestIncludedManifest
includedManifestId int
리턴 Models.MunkiManifestIncludedManifest

TotalCount() 공개 정적인 메소드

public static TotalCount ( int manifestTemplateId ) : string
manifestTemplateId int
리턴 string