C# 클래스 Affecto.Identifiers.WebAddress

파일 보기 프로젝트 열기: affecto/dotnet-Identifiers 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string webAddress ) : WebAddress
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
TryCreate ( string webAddress, WebAddress &result, string &failureReason ) : bool

보호된 메소드들

메소드 설명
Equals ( WebAddress other ) : bool

비공개 메소드들

메소드 설명
WebAddress ( string webAddress ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string webAddress ) : WebAddress
webAddress string
리턴 WebAddress

Equals() 보호된 메소드

protected Equals ( WebAddress other ) : bool
other WebAddress
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryCreate() 공개 정적인 메소드

public static TryCreate ( string webAddress, WebAddress &result, string &failureReason ) : bool
webAddress string
result WebAddress
failureReason string
리턴 bool