C# Class ParkitectNexus.Data.Web.NexusUrl

Represents an URL with the parkitectnexus protocol.
Inheritance: INexusUrl
Afficher le fichier Open project: ParkitectNexus/ParkitectNexusClient Class Usage Examples

Méthodes publiques

Méthode Description
NexusUrl ( UrlAction action, IUrlAction data ) : System

Initializes a new instance of the NexusUrl class.

Parse ( string input ) : NexusUrl

Parses the specified input to an instance of NexusUrl

TryParse ( string input, NexusUrl &output ) : bool

Tries the parse the specified input to an instance of NexusUrl.

Method Details

NexusUrl() public méthode

Initializes a new instance of the NexusUrl class.
public NexusUrl ( UrlAction action, IUrlAction data ) : System
action UrlAction
data IUrlAction
Résultat System

Parse() public static méthode

Parses the specified input to an instance of NexusUrl
Thrown if invalid url format.
public static Parse ( string input ) : NexusUrl
input string The input.
Résultat NexusUrl

TryParse() public static méthode

Tries the parse the specified input to an instance of NexusUrl.
Thrown if input is null.
public static TryParse ( string input, NexusUrl &output ) : bool
input string The input.
output NexusUrl The output.
Résultat bool