C# Class Machine.UrlStrong.Translation.Model.UrlNode

Afficher le fichier Open project: machine/machine.urlstrong Class Usage Examples

Méthodes publiques

Méthode Description
AddChild ( UrlNode child ) : void
GetChild ( string name ) : UrlNode
HasChildNamed ( string name ) : bool
ToFormattedNameString ( ) : string
ToString ( ) : string
UrlNode ( ParsedUrlPart part ) : System

Method Details

AddChild() public méthode

public AddChild ( UrlNode child ) : void
child UrlNode
Résultat void

GetChild() public méthode

public GetChild ( string name ) : UrlNode
name string
Résultat UrlNode

HasChildNamed() public méthode

public HasChildNamed ( string name ) : bool
name string
Résultat bool

ToFormattedNameString() public méthode

public ToFormattedNameString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

UrlNode() public méthode

public UrlNode ( ParsedUrlPart part ) : System
part ParsedUrlPart
Résultat System