C# 클래스 ParkitectNexus.Data.Web.NexusUrl

Represents an URL with the parkitectnexus protocol.
상속: INexusUrl
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

NexusUrl() 공개 메소드

Initializes a new instance of the NexusUrl class.
public NexusUrl ( UrlAction action, IUrlAction data ) : System
action UrlAction
data IUrlAction
리턴 System

Parse() 공개 정적인 메소드

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

TryParse() 공개 정적인 메소드

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.
리턴 bool