C# Class FSO.IDE.Common.ObjectRegistryEntry

Mostra 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_oe property

public List Children
return List

Filename public_oe property

public string Filename
return string

GUID public_oe property

public uint GUID
return uint

Group public_oe property

public short Group
return short

LastSearchScore public_oe property

public int LastSearchScore
return int

Name public_oe property

public string Name
return string

SubIndex public_oe property

public short SubIndex
return short