C# Класс Adf.Business.ValueObject.Html

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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