C# Class DiscogsNet.Model.ArtistAggregate

Show file Open project: MediaPortal/MPTagThat Class Usage Examples

Public Properties

Property Type Description
NameFixingLevel NameFixingLevel

Public Methods

Method Description
ArtistAggregate ( Artist artist ) : System.Linq
FixName ( string name ) : string

Private Methods

Method Description
FixThe ( string name ) : string
StripNameNumber ( string name ) : string

Method Details

ArtistAggregate() public method

public ArtistAggregate ( Artist artist ) : System.Linq
artist Artist
return System.Linq

FixName() public static method

public static FixName ( string name ) : string
name string
return string

Property Details

NameFixingLevel public static property

public static NameFixingLevel NameFixingLevel
return NameFixingLevel