C# Class EventType, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Свойство Type Description
description string
imageFileName string
isPredefined bool
longDescription string
name string
type Types,
uniqueID int

Méthodes publiques

Méthode Description
EventType ( ) : System
EventType ( string name ) : System
FindIfIsPredefined ( ) : bool
ToString ( ) : string

Method Details

EventType() public méthode

public EventType ( ) : System
Résultat System

EventType() public méthode

public EventType ( string name ) : System
name string
Résultat System

FindIfIsPredefined() public méthode

public FindIfIsPredefined ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

description protected_oe property

protected string description
Résultat string

imageFileName protected_oe property

protected string imageFileName
Résultat string

isPredefined protected_oe property

protected bool isPredefined
Résultat bool

longDescription protected_oe property

protected string longDescription
Résultat string

name protected_oe property

protected string name
Résultat string

type protected_oe property

protected Types, type
Résultat Types,

uniqueID protected_oe property

protected int uniqueID
Résultat int