C# 클래스 XebiaLabs.Deployit.Client.Manifest.Entry

파일 보기 프로젝트 열기: xebialabs-community/xld-manifest-editor 1 사용 예제들

공개 메소드들

메소드 설명
Entry ( ) : System
GetProperty ( string name ) : EntryProperty
GetPropertyAndCreateIfN ( string name ) : EntryProperty
RemoveProperty ( string name ) : void

비공개 메소드들

메소드 설명
Check ( List violations ) : void
GetXmlData ( ) : System.Xml.Linq.XElement
Load ( System.Xml.Linq.XElement xmlElement ) : Entry
ReplaceBackslashBySlash ( string value ) : string

메소드 상세

Entry() 공개 메소드

public Entry ( ) : System
리턴 System

GetProperty() 공개 메소드

public GetProperty ( string name ) : EntryProperty
name string
리턴 EntryProperty

GetPropertyAndCreateIfN() 공개 메소드

public GetPropertyAndCreateIfN ( string name ) : EntryProperty
name string
리턴 EntryProperty

RemoveProperty() 공개 메소드

public RemoveProperty ( string name ) : void
name string
리턴 void