C# Class EventType, chronojump

Show file 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 property

protected string description
return string

imageFileName protected property

protected string imageFileName
return string

isPredefined protected property

protected bool isPredefined
return bool

longDescription protected property

protected string longDescription
return string

name protected property

protected string name
return string

type protected property

protected Types, type
return Types,

uniqueID protected property

protected int uniqueID
return int