C# 클래스 BLL.Workflows.EffectiveMunkiTemplate

파일 보기 프로젝트 열기: cdadmin/clonedeploy 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( int templateId ) : int
Computer ( int computerId ) : MemoryStream
GetUpdateStats ( int templateId ) : MunkiUpdateConfirm
Group ( int groupId ) : MemoryStream
MunkiTemplate ( int templateId ) : MemoryStream
WritePath ( string path, string contents ) : bool

비공개 메소드들

메소드 설명
GeneratePlist ( ) : MemoryStream
GetAllUniqueConditions ( ) : List
GetCatalogs ( ) : Claunia.PropertyList.NSArray
GetConditionals ( ) : Claunia.PropertyList.NSArray
GetIncludedManifests ( string condition = null ) : Claunia.PropertyList.NSArray
GetManagedInstalls ( string condition = null ) : Claunia.PropertyList.NSArray
GetManagedUninstalls ( string condition = null ) : Claunia.PropertyList.NSArray
GetManagedUpdates ( string condition = null ) : Claunia.PropertyList.NSArray
GetOptionlInstalls ( string condition = null ) : Claunia.PropertyList.NSArray

메소드 상세

Apply() 공개 메소드

public Apply ( int templateId ) : int
templateId int
리턴 int

Computer() 공개 메소드

public Computer ( int computerId ) : MemoryStream
computerId int
리턴 System.IO.MemoryStream

GetUpdateStats() 공개 메소드

public GetUpdateStats ( int templateId ) : MunkiUpdateConfirm
templateId int
리턴 MunkiUpdateConfirm

Group() 공개 메소드

public Group ( int groupId ) : MemoryStream
groupId int
리턴 System.IO.MemoryStream

MunkiTemplate() 공개 메소드

public MunkiTemplate ( int templateId ) : MemoryStream
templateId int
리턴 System.IO.MemoryStream

WritePath() 공개 메소드

public WritePath ( string path, string contents ) : bool
path string
contents string
리턴 bool