C# Class FSO.IDE.EditorComponent.ScopeDefinition

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Description string
Group ScopeGroup
ID byte
LastSearchScore int
Name string

Méthodes publiques

Méthode Description
ScopeDefinition ( byte id, string name, ScopeGroup group, string desc ) : System
SearchMatch ( string words ) : bool
ToString ( ) : string

Method Details

ScopeDefinition() public méthode

public ScopeDefinition ( byte id, string name, ScopeGroup group, string desc ) : System
id byte
name string
group ScopeGroup
desc string
Résultat System

SearchMatch() public méthode

public SearchMatch ( string words ) : bool
words string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Description public_oe property

public string Description
Résultat string

Group public_oe property

public ScopeGroup Group
Résultat ScopeGroup

ID public_oe property

public byte ID
Résultat byte

LastSearchScore public_oe property

public int LastSearchScore
Résultat int

Name public_oe property

public string Name
Résultat string