C# Class Gringotts.Domain.Name

显示文件 Open project: bagheera/Gringotts Class Usage Examples

Public Methods

Method Description
Equals ( Name other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValue ( ) : string
Name ( )
Name ( string name )

Method Details

Equals() public method

public Equals ( Name other ) : bool
other Name
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValue() public method

public GetValue ( ) : string
return string

Name() public method

public Name ( )

Name() public method

public Name ( string name )
name string