C# Class Fluffy.Saveable_WorkTypeDef

Inheritance: IExposable
Exibir arquivo Open project: FluffierThanThou/RW_EnhancedTabs

Public Properties

Property Type Description
defName string
priority int
workGivers List

Public Methods

Method Description
ExposeData ( ) : void
Saveable_WorkTypeDef ( ) : System.Collections.Generic
Saveable_WorkTypeDef ( WorkTypeDef def ) : System.Collections.Generic

Method Details

ExposeData() public method

public ExposeData ( ) : void
return void

Saveable_WorkTypeDef() public method

public Saveable_WorkTypeDef ( ) : System.Collections.Generic
return System.Collections.Generic

Saveable_WorkTypeDef() public method

public Saveable_WorkTypeDef ( WorkTypeDef def ) : System.Collections.Generic
def WorkTypeDef
return System.Collections.Generic

Property Details

defName public_oe property

public string defName
return string

priority public_oe property

public int priority
return int

workGivers public_oe property

public List workGivers
return List