C# Class EventType, chronojump

Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Property Type Description
description string
imageFileName string
isPredefined bool
longDescription string
name string
type Types,
uniqueID int

Public Methods

Method Description
EventType ( ) : System
EventType ( string name ) : System
FindIfIsPredefined ( ) : bool
ToString ( ) : string

Method Details

EventType() public method

public EventType ( ) : System
return System

EventType() public method

public EventType ( string name ) : System
name string
return System

FindIfIsPredefined() public method

public FindIfIsPredefined ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

description protected_oe property

protected string description
return string

imageFileName protected_oe property

protected string imageFileName
return string

isPredefined protected_oe property

protected bool isPredefined
return bool

longDescription protected_oe property

protected string longDescription
return string

name protected_oe property

protected string name
return string

type protected_oe property

protected Types, type
return Types,

uniqueID protected_oe property

protected int uniqueID
return int