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

Show file Open project: machine/machine.urlstrong Class Usage Examples

Public Methods

Method Description
Build ( ) : string
Equals ( ParsedUrlPart obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParsedUrlPart ( string part ) : System

Private Methods

Method Description
GetParameterNameFromBit ( string bit ) : string
IsParameterBit ( string bit ) : bool
SplitPartIntoBits ( string part ) : string[]

Method Details

Build() public method

public Build ( ) : string
return string

Equals() public method

public Equals ( ParsedUrlPart obj ) : bool
obj ParsedUrlPart
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ParsedUrlPart() public method

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