C# Class XebiaLabs.Deployit.Client.Manifest.EntryProperty

Exibir arquivo Open project: xebialabs-community/xld-manifest-editor Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

EntryProperty() public method

public EntryProperty ( string name ) : System
name string
return System

GetBoolValue() public method

public GetBoolValue ( ) : bool?
return bool?

GetCIReferenceValue() public method

public GetCIReferenceValue ( ) : string
return string

GetEntryListValue() public method

public GetEntryListValue ( ) : List
return List

GetEnumValue() public method

public GetEnumValue ( ) : string
return string

GetIntValue() public method

public GetIntValue ( ) : int?
return int?

GetListOfCI() public method

public GetListOfCI ( ) : List
return List

GetListOrSetOfEmbEntry() public method

public GetListOrSetOfEmbEntry ( ) : List
return List

GetListofStringValue() public method

public GetListofStringValue ( ) : List
return List

GetMapOfStringValue() public method

public GetMapOfStringValue ( ) : string>.Dictionary
return string>.Dictionary

GetSetOfCI() public method

public GetSetOfCI ( ) : HashSet
return HashSet

GetSetOfStringValue() public method

public GetSetOfStringValue ( ) : HashSet
return HashSet

GetStringValue() public method

public GetStringValue ( ) : string
return string

SetBoolValue() public method

public SetBoolValue ( bool value ) : void
value bool
return void

SetCIReferenceValue() public method

public SetCIReferenceValue ( string value ) : void
value string
return void

SetEntryListValue() public method

public SetEntryListValue ( IEnumerable entries ) : void
entries IEnumerable
return void

SetEnumValue() public method

public SetEnumValue ( string value ) : void
value string
return void

SetIntValue() public method

public SetIntValue ( int value ) : void
value int
return void

SetListOfCi() public method

public SetListOfCi ( IEnumerable ciRefs ) : void
ciRefs IEnumerable
return void

SetListOfStringValue() public method

public SetListOfStringValue ( List values ) : void
values List
return void

SetListOrSetOfEmbCI() public method

public SetListOrSetOfEmbCI ( IEnumerable entries ) : void
entries IEnumerable
return void

SetMapOfStringValue() public method

public SetMapOfStringValue ( string>.Dictionary values ) : void
values string>.Dictionary
return void

SetSetOfCi() public method

public SetSetOfCi ( IEnumerable ciRefs ) : void
ciRefs IEnumerable
return void

SetSetOfStringValue() public method

public SetSetOfStringValue ( HashSet values ) : void
values HashSet
return void

SetStringValue() public method

public SetStringValue ( string value ) : void
value string
return void