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

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

공개 메소드들

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

Compares an Sofinummer to the supplied object.

Equals ( object obj ) : bool

Checks whether this instance is equal to the supplied object.

GetHashCode ( ) : int

Returns the hash code for this instance.

New ( ) : Sofinummer

Creates a new empty Sofinummer object.

New ( string value ) : Sofinummer

Creates and returns a new empty Sofinummer object using the specified value.

Sofinummer ( string newvalue ) : System

Initializes a new instance of the Sofinummer with the supplied value.

If the social-fiscal number could not be validated, a FormatException exception is thrown.

ToString ( ) : string

Returns the fully qualified type name of this instance.

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

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

operator ( ) : bool

Returns the inequality of the two supplied Sofinummers.

비공개 메소드들

메소드 설명
ElfProefSofi ( string sofiNr ) : bool

Indicates whether the supplied value is a valid Sofinummer or not.

IsValidSofinummer ( string newvalue ) : bool

Checks whether the supplied value is a valid Sofinummer or not.

메소드 상세

CompareTo() 공개 메소드

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

Equals() 공개 메소드

Checks whether this instance is equal to the supplied object.
public Equals ( object obj ) : bool
obj object The object to compare against.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this instance.
public GetHashCode ( ) : int
리턴 int

New() 공개 정적인 메소드

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

New() 공개 정적인 메소드

Creates and returns a new empty Sofinummer object using the specified value.
public static New ( string value ) : Sofinummer
value string The value.
리턴 Sofinummer

Sofinummer() 공개 메소드

Initializes a new instance of the Sofinummer with the supplied value.
If the social-fiscal number could not be validated, a FormatException exception is thrown.
public Sofinummer ( string newvalue ) : System
newvalue string The value to use.
리턴 System

ToString() 공개 메소드

Returns the fully qualified type name of this instance.
public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

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

TryParse() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

Returns the inequality of the two supplied Sofinummers.
public static operator ( ) : bool
리턴 bool