C# Class AcManager.Tools.Helpers.AcStringValues

Show file Open project: gro-ove/actools

Private Properties

Property Type Description
BrandFromName string
CountryFromBrand string
CountryFromTag string
DecodeDescription string
EncodeDescription string
IdFromName string
NameFromId string
NameReplaceYear string

Public Methods

Method Description
GetVersionFromName ( [ name, string &nameWithoutVersion ) : string
GetYearFromId ( [ id ) : int?
GetYearFromName ( [ name ) : int?
IsAppropriateId ( [ id ) : bool
NameContainsYear ( [ name, int year = null ) : bool

Private Methods

Method Description
BrandFromName ( [ name ) : string
CountryFromBrand ( [ brand ) : string
CountryFromTag ( [ tag ) : string
DecodeDescription ( [ s ) : string
EncodeDescription ( [ s ) : string
IdFromName ( [ name ) : string
NameFromId ( [ id ) : string
NameReplaceYear ( [ name, int year ) : string

Method Details

GetVersionFromName() public static method

public static GetVersionFromName ( [ name, string &nameWithoutVersion ) : string
name [
nameWithoutVersion string
return string

GetYearFromId() public static method

public static GetYearFromId ( [ id ) : int?
id [
return int?

GetYearFromName() public static method

public static GetYearFromName ( [ name ) : int?
name [
return int?

IsAppropriateId() public static method

public static IsAppropriateId ( [ id ) : bool
id [
return bool

NameContainsYear() public static method

public static NameContainsYear ( [ name, int year = null ) : bool
name [
year int
return bool