C# Class AcManager.Controls.ViewModels.RaceGridViewModel.SaveableData

Inheritance: IStringSerializable
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
AiLevel int?
AiLevelArrangeRandom double?
AiLevelFixed bool?
FilterValue string
ModeId string

Private Methods

Method Description
IStringSerializable ( ) : string

Property Details

AiLevel public property

public int? AiLevel
return int?

AiLevelArrangeRandom public property

public double? AiLevelArrangeRandom
return double?

AiLevelFixed public property

public bool? AiLevelFixed
return bool?

FilterValue public property

public string FilterValue
return string

ModeId public property

public string ModeId
return string