C# Class AcManager.Tools.Helpers.AcStringValues

Afficher le fichier Open project: gro-ove/actools

Private Properties

Свойство Type Description
BrandFromName string
CountryFromBrand string
CountryFromTag string
DecodeDescription string
EncodeDescription string
IdFromName string
NameFromId string
NameReplaceYear string

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static GetVersionFromName ( [ name, string &nameWithoutVersion ) : string
name [
nameWithoutVersion string
Résultat string

GetYearFromId() public static méthode

public static GetYearFromId ( [ id ) : int?
id [
Résultat int?

GetYearFromName() public static méthode

public static GetYearFromName ( [ name ) : int?
name [
Résultat int?

IsAppropriateId() public static méthode

public static IsAppropriateId ( [ id ) : bool
id [
Résultat bool

NameContainsYear() public static méthode

public static NameContainsYear ( [ name, int year = null ) : bool
name [
year int
Résultat bool