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

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

Méthodes publiques

Méthode Description
Build ( ) : string
Equals ( ParsedUrlPart obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParsedUrlPart ( string part ) : System

Private Methods

Méthode Description
GetParameterNameFromBit ( string bit ) : string
IsParameterBit ( string bit ) : bool
SplitPartIntoBits ( string part ) : string[]

Method Details

Build() public méthode

public Build ( ) : string
Résultat string

Equals() public méthode

public Equals ( ParsedUrlPart obj ) : bool
obj ParsedUrlPart
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ParsedUrlPart() public méthode

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