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

Afficher le fichier Open project: xebialabs-community/xld-manifest-editor Class Usage Examples

Méthodes publiques

Méthode Description
Entry ( ) : System
GetProperty ( string name ) : EntryProperty
GetPropertyAndCreateIfN ( string name ) : EntryProperty
RemoveProperty ( string name ) : void

Private Methods

Méthode 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 méthode

public Entry ( ) : System
Résultat System

GetProperty() public méthode

public GetProperty ( string name ) : EntryProperty
name string
Résultat EntryProperty

GetPropertyAndCreateIfN() public méthode

public GetPropertyAndCreateIfN ( string name ) : EntryProperty
name string
Résultat EntryProperty

RemoveProperty() public méthode

public RemoveProperty ( string name ) : void
name string
Résultat void