C# Class Fluffy.Saveable_WorkTypeDef

Inheritance: IExposable
Afficher le fichier Open project: FluffierThanThou/RW_EnhancedTabs

Méthodes publiques

Свойство Type Description
defName string
priority int
workGivers List

Méthodes publiques

Méthode Description
ExposeData ( ) : void
Saveable_WorkTypeDef ( ) : System.Collections.Generic
Saveable_WorkTypeDef ( WorkTypeDef def ) : System.Collections.Generic

Method Details

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

Saveable_WorkTypeDef() public méthode

public Saveable_WorkTypeDef ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Saveable_WorkTypeDef() public méthode

public Saveable_WorkTypeDef ( WorkTypeDef def ) : System.Collections.Generic
def WorkTypeDef
Résultat System.Collections.Generic

Property Details

defName public_oe property

public string defName
Résultat string

priority public_oe property

public int priority
Résultat int

workGivers public_oe property

public List workGivers
Résultat List