C# 클래스 Adf.Business.ValueObject.Html

파일 보기 프로젝트 열기: NLADP/ADF 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int

Compares the current Html to the supplied object.

Equals ( object obj ) : bool

Compares this instance to another object.

GetHashCode ( ) : int

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Html ( string newvalue ) : System

Initializes a new instance of the Email class.

If the e-mail address could not be validated, a FormatException exception is thrown.

New ( ) : Html

Creates a new empty Html object.

New ( string value ) : Html

Creates a new empty Html object using the specified initial html string.

ToString ( ) : string

Returns a string that represents the current Email.

ToString ( string format, IFormatProvider formatProvider ) : string
TryParse ( string s, Html &result ) : bool

Tries to parse the supplied string into the supplied Html object.

TryParse ( string s, IFormatProvider provider, Html &result ) : bool
operator ( ) : bool

Returns the inequality of two Html objects.

메소드 상세

CompareTo() 공개 메소드

Compares the current Html to the supplied object.
public CompareTo ( object obj ) : int
obj object The object to compare to.
리턴 int

Equals() 공개 메소드

Compares this instance to another object.
public Equals ( object obj ) : bool
obj object The object to compare against.
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public GetHashCode ( ) : int
리턴 int

Html() 공개 메소드

Initializes a new instance of the Email class.
If the e-mail address could not be validated, a FormatException exception is thrown.
public Html ( string newvalue ) : System
newvalue string The e-mail address to use.
리턴 System

New() 공개 정적인 메소드

Creates a new empty Html object.
public static New ( ) : Html
리턴 Html

New() 공개 정적인 메소드

Creates a new empty Html object using the specified initial html string.
public static New ( string value ) : Html
value string The initial html string.
리턴 Html

ToString() 공개 메소드

Returns a string that represents the current Email.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
리턴 string

TryParse() 공개 정적인 메소드

Tries to parse the supplied string into the supplied Html object.
public static TryParse ( string s, Html &result ) : bool
s string The string to parse.
result Html The object.
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( string s, IFormatProvider provider, Html &result ) : bool
s string
provider IFormatProvider
result Html
리턴 bool

operator() 공개 정적인 메소드

Returns the inequality of two Html objects.
public static operator ( ) : bool
리턴 bool