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

Mostrar archivo Open project: machine/machine.urlstrong Class Usage Examples

Public Methods

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

public AddChild ( UrlNode child ) : void
child UrlNode
return void

GetChild() public method

public GetChild ( string name ) : UrlNode
name string
return UrlNode

HasChildNamed() public method

public HasChildNamed ( string name ) : bool
name string
return bool

ToFormattedNameString() public method

public ToFormattedNameString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

UrlNode() public method

public UrlNode ( ParsedUrlPart part ) : System
part ParsedUrlPart
return System