C# 클래스 FSO.IDE.EditorComponent.ScopeDefinition

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

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Group ScopeGroup
ID byte
LastSearchScore int
Name string

공개 메소드들

메소드 설명
ScopeDefinition ( byte id, string name, ScopeGroup group, string desc ) : System
SearchMatch ( string words ) : bool
ToString ( ) : string

메소드 상세

ScopeDefinition() 공개 메소드

public ScopeDefinition ( byte id, string name, ScopeGroup group, string desc ) : System
id byte
name string
group ScopeGroup
desc string
리턴 System

SearchMatch() 공개 메소드

public SearchMatch ( string words ) : bool
words string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Group 공개적으로 프로퍼티

public ScopeGroup Group
리턴 ScopeGroup

ID 공개적으로 프로퍼티

public byte ID
리턴 byte

LastSearchScore 공개적으로 프로퍼티

public int LastSearchScore
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string