Class MValueDefinition
Used to define an MValue in an XML file.
Inheritance
MValueDefinition
Assembly: Assembly-CSharp.dll
Syntax
public class MValueDefinition : MapperTypeDefinition, IValidatable
Constructors
MValueDefinition()
Declaration
public MValueDefinition()
Fields
Default
Declaration
Field Value
Max
Declaration
Field Value
MaxSpecified
Declaration
Field Value
Min
Declaration
Field Value
MinSpecified
Declaration
Field Value
Methods
Create(SaveableDataHolder)
Adds this mapper type to the given holder.
Declaration
public override MapperType Create(SaveableDataHolder holder)
Parameters
Type |
Name |
Description |
SaveableDataHolder |
holder |
|
Returns
Type |
Description |
MapperType |
The created MapperType instance.
|
Overrides
Validate(String)
Declaration
protected override bool Validate(string elementName)
Parameters
Type |
Name |
Description |
String |
elementName |
|
Returns
Overrides
Implements