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

Datei anzeigen Open project: xebialabs-community/xld-manifest-editor Class Usage Examples

Public Methods

Method Description
Entry ( ) : System
GetProperty ( string name ) : EntryProperty
GetPropertyAndCreateIfN ( string name ) : EntryProperty
RemoveProperty ( string name ) : void

Private Methods

Method Description
Check ( List violations ) : void
GetXmlData ( ) : System.Xml.Linq.XElement
Load ( System.Xml.Linq.XElement xmlElement ) : Entry
ReplaceBackslashBySlash ( string value ) : string

Method Details

Entry() public method

public Entry ( ) : System
return System

GetProperty() public method

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

GetPropertyAndCreateIfN() public method

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

RemoveProperty() public method

public RemoveProperty ( string name ) : void
name string
return void