C# Class SevenDigital.Mapper.Domain.Mapping

Inheritance: IMapping, IMatchableMapping
显示文件 Open project: 7digital/sevendigital-mapper Class Usage Examples

Public Properties

Property Type Description
NULL_MUSIC_BRAINZ_ID MusicBrainzId
NULL_SEVEN_DIGITAL_ID SevenDigitalId

Public Methods

Method Description
Equals ( Mapping other ) : bool
Equals ( object obj ) : bool
From ( IViewModel view ) : Mapping
GetHashCode ( ) : int
Mapping ( ) : System
Matches ( IMatchableMapping searchMapping ) : bool
To ( IViewModel view ) : IViewModel

Method Details

Equals() public method

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

Equals() public method

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

From() public static method

public static From ( IViewModel view ) : Mapping
view IViewModel
return Mapping

GetHashCode() public method

public GetHashCode ( ) : int
return int

Mapping() public method

public Mapping ( ) : System
return System

Matches() public method

public Matches ( IMatchableMapping searchMapping ) : bool
searchMapping IMatchableMapping
return bool

To() public method

public To ( IViewModel view ) : IViewModel
view IViewModel
return IViewModel

Property Details

NULL_MUSIC_BRAINZ_ID public_oe static_oe property

public static MusicBrainzId,SevenDigital.Mapper.Domain NULL_MUSIC_BRAINZ_ID
return MusicBrainzId

NULL_SEVEN_DIGITAL_ID public_oe static_oe property

public static SevenDigitalId,SevenDigital.Mapper.Domain NULL_SEVEN_DIGITAL_ID
return SevenDigitalId