C# 클래스 SelfServiceConfigXmlEditor.SelfServiceConfig

파일 보기 프로젝트 열기: OfficeDev/Office-IT-Pro-Deployment-Scripts 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetXmlAttribute string
SetXmlAttribute void

공개 메소드들

메소드 설명
AddBuild ( Build build ) : void
Load ( string xml ) : void
RemoveBuild ( Build build ) : void
Save ( string xmlFilePath ) : void
SelfServiceConfig ( ) : System

비공개 메소드들

메소드 설명
GetXmlAttribute ( XmlNode xmlNode, string name ) : string
SetXmlAttribute ( XmlNode xmlNode, string name, string value ) : void

메소드 상세

AddBuild() 공개 메소드

public AddBuild ( Build build ) : void
build Build
리턴 void

Load() 공개 메소드

public Load ( string xml ) : void
xml string
리턴 void

RemoveBuild() 공개 메소드

public RemoveBuild ( Build build ) : void
build Build
리턴 void

Save() 공개 메소드

public Save ( string xmlFilePath ) : void
xmlFilePath string
리턴 void

SelfServiceConfig() 공개 메소드

public SelfServiceConfig ( ) : System
리턴 System