C# Class FSO.IDE.Common.ObjectRegistryEntry

Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Children List
Filename string
GUID uint
Group short
LastSearchScore int
Name string
SubIndex short

Public Methods

Method Description
SearchMatch ( string words ) : bool
ToString ( ) : string

Method Details

SearchMatch() public method

public SearchMatch ( string words ) : bool
words string
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

Children public property

public List Children
return List

Filename public property

public string Filename
return string

GUID public property

public uint GUID
return uint

Group public property

public short Group
return short

LastSearchScore public property

public int LastSearchScore
return int

Name public property

public string Name
return string

SubIndex public property

public short SubIndex
return short