C# 클래스 AcManager.Tools.Helpers.SteamIdHelper

상속: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OptionForceValue string

Private Properties

프로퍼티 타입 설명
GetDefaultValue string
GetSteamName Task
SteamIdHelper System

공개 메소드들

메소드 설명
Initialize ( string forced = null ) : SteamIdHelper
IsValidSteamId ( string id ) : bool
TryToFind ( ) : IEnumerable

비공개 메소드들

메소드 설명
GetDefaultValue ( ) : string
GetSteamName ( string id ) : Task
SteamIdHelper ( string forced ) : System

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( string forced = null ) : SteamIdHelper
forced string
리턴 SteamIdHelper

IsValidSteamId() 공개 정적인 메소드

public static IsValidSteamId ( string id ) : bool
id string
리턴 bool

TryToFind() 공개 정적인 메소드

public static TryToFind ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

OptionForceValue 공개적으로 정적으로 프로퍼티

public static string OptionForceValue
리턴 string