C# Class AcManager.Tools.Helpers.SteamIdHelper

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged
Show file Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
OptionForceValue string

Private Properties

Property Type Description
GetDefaultValue string
GetSteamName Task
SteamIdHelper System

Public Methods

Method Description
Initialize ( string forced = null ) : SteamIdHelper
IsValidSteamId ( string id ) : bool
TryToFind ( ) : IEnumerable

Private Methods

Method Description
GetDefaultValue ( ) : string
GetSteamName ( string id ) : Task
SteamIdHelper ( string forced ) : System

Method Details

Initialize() public static method

public static Initialize ( string forced = null ) : SteamIdHelper
forced string
return SteamIdHelper

IsValidSteamId() public static method

public static IsValidSteamId ( string id ) : bool
id string
return bool

TryToFind() public static method

public static TryToFind ( ) : IEnumerable
return IEnumerable

Property Details

OptionForceValue public static property

public static string OptionForceValue
return string