C# 클래스 FSO.IDE.Common.ObjectRegistryEntry

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

공개 프로퍼티들

프로퍼티 타입 설명
Children List
Filename string
GUID uint
Group short
LastSearchScore int
Name string
SubIndex short

공개 메소드들

메소드 설명
SearchMatch ( string words ) : bool
ToString ( ) : string

메소드 상세

SearchMatch() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Children 공개적으로 프로퍼티

public List Children
리턴 List

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

GUID 공개적으로 프로퍼티

public uint GUID
리턴 uint

Group 공개적으로 프로퍼티

public short Group
리턴 short

LastSearchScore 공개적으로 프로퍼티

public int LastSearchScore
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

SubIndex 공개적으로 프로퍼티

public short SubIndex
리턴 short