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

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

공개 메소드들

메소드 설명
EntryProperty ( string name ) : System
GetBoolValue ( ) : bool?
GetCIReferenceValue ( ) : string
GetEntryListValue ( ) : List
GetEnumValue ( ) : string
GetIntValue ( ) : int?
GetListOfCI ( ) : List
GetListOrSetOfEmbEntry ( ) : List
GetListofStringValue ( ) : List
GetMapOfStringValue ( ) : string>.Dictionary
GetSetOfCI ( ) : HashSet
GetSetOfStringValue ( ) : HashSet
GetStringValue ( ) : string
SetBoolValue ( bool value ) : void
SetCIReferenceValue ( string value ) : void
SetEntryListValue ( IEnumerable entries ) : void
SetEnumValue ( string value ) : void
SetIntValue ( int value ) : void
SetListOfCi ( IEnumerable ciRefs ) : void
SetListOfStringValue ( List values ) : void
SetListOrSetOfEmbCI ( IEnumerable entries ) : void
SetMapOfStringValue ( string>.Dictionary values ) : void
SetSetOfCi ( IEnumerable ciRefs ) : void
SetSetOfStringValue ( HashSet values ) : void
SetStringValue ( string value ) : void

비공개 메소드들

메소드 설명
Check ( List violations ) : void
ClearNode ( ) : void
EntryProperty ( System.Xml.Linq.XElement xmlNode ) : System

Initializes a new instance of the ArtifactProperty class.

GetXmlValue ( ) : System.Xml.Linq.XElement

메소드 상세

EntryProperty() 공개 메소드

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

GetBoolValue() 공개 메소드

public GetBoolValue ( ) : bool?
리턴 bool?

GetCIReferenceValue() 공개 메소드

public GetCIReferenceValue ( ) : string
리턴 string

GetEntryListValue() 공개 메소드

public GetEntryListValue ( ) : List
리턴 List

GetEnumValue() 공개 메소드

public GetEnumValue ( ) : string
리턴 string

GetIntValue() 공개 메소드

public GetIntValue ( ) : int?
리턴 int?

GetListOfCI() 공개 메소드

public GetListOfCI ( ) : List
리턴 List

GetListOrSetOfEmbEntry() 공개 메소드

public GetListOrSetOfEmbEntry ( ) : List
리턴 List

GetListofStringValue() 공개 메소드

public GetListofStringValue ( ) : List
리턴 List

GetMapOfStringValue() 공개 메소드

public GetMapOfStringValue ( ) : string>.Dictionary
리턴 string>.Dictionary

GetSetOfCI() 공개 메소드

public GetSetOfCI ( ) : HashSet
리턴 HashSet

GetSetOfStringValue() 공개 메소드

public GetSetOfStringValue ( ) : HashSet
리턴 HashSet

GetStringValue() 공개 메소드

public GetStringValue ( ) : string
리턴 string

SetBoolValue() 공개 메소드

public SetBoolValue ( bool value ) : void
value bool
리턴 void

SetCIReferenceValue() 공개 메소드

public SetCIReferenceValue ( string value ) : void
value string
리턴 void

SetEntryListValue() 공개 메소드

public SetEntryListValue ( IEnumerable entries ) : void
entries IEnumerable
리턴 void

SetEnumValue() 공개 메소드

public SetEnumValue ( string value ) : void
value string
리턴 void

SetIntValue() 공개 메소드

public SetIntValue ( int value ) : void
value int
리턴 void

SetListOfCi() 공개 메소드

public SetListOfCi ( IEnumerable ciRefs ) : void
ciRefs IEnumerable
리턴 void

SetListOfStringValue() 공개 메소드

public SetListOfStringValue ( List values ) : void
values List
리턴 void

SetListOrSetOfEmbCI() 공개 메소드

public SetListOrSetOfEmbCI ( IEnumerable entries ) : void
entries IEnumerable
리턴 void

SetMapOfStringValue() 공개 메소드

public SetMapOfStringValue ( string>.Dictionary values ) : void
values string>.Dictionary
리턴 void

SetSetOfCi() 공개 메소드

public SetSetOfCi ( IEnumerable ciRefs ) : void
ciRefs IEnumerable
리턴 void

SetSetOfStringValue() 공개 메소드

public SetSetOfStringValue ( HashSet values ) : void
values HashSet
리턴 void

SetStringValue() 공개 메소드

public SetStringValue ( string value ) : void
value string
리턴 void