C# 클래스 LSLib.Stats.StatDefinition

파일 보기 프로젝트 열기: Norbyte/lslib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
properties string>.Dictionary

공개 메소드들

메소드 설명
GetProperty ( string name ) : string
SetProperty ( string name, string value ) : void
StatDefinition ( string name ) : System

보호된 메소드들

메소드 설명
GetPropertyDefinition ( string property ) : PropertyDefinition
GetPropertyDefinitions ( ) : PropertyDefinition>.Dictionary

메소드 상세

GetProperty() 공개 메소드

public GetProperty ( string name ) : string
name string
리턴 string

GetPropertyDefinition() 보호된 메소드

protected GetPropertyDefinition ( string property ) : PropertyDefinition
property string
리턴 PropertyDefinition

GetPropertyDefinitions() 추상적인 보호된 메소드

abstract protected GetPropertyDefinitions ( ) : PropertyDefinition>.Dictionary
리턴 PropertyDefinition>.Dictionary

SetProperty() 공개 메소드

public SetProperty ( string name, string value ) : void
name string
value string
리턴 void

StatDefinition() 공개 메소드

public StatDefinition ( string name ) : System
name string
리턴 System

프로퍼티 상세

properties 공개적으로 프로퍼티

public Dictionary properties
리턴 string>.Dictionary