C# Class Rwm.Otc.xml.serialization.OTCErrorIfMissedAttribute

Inheritance: OTCBaseAttribute
Datei anzeigen Open project: gllortc/railwaystudio Class Usage Examples

Public Methods

Method Description
OTCErrorIfMissedAttribute ( OTCExceptionTypes treatAs ) : System

Initializes a new instance of the OTCErrorIfMissedAttribute class.

Method Details

OTCErrorIfMissedAttribute() public method

Initializes a new instance of the OTCErrorIfMissedAttribute class.
public OTCErrorIfMissedAttribute ( OTCExceptionTypes treatAs ) : System
treatAs OTCExceptionTypes The value indicating this situation is going to be treated as Error or Warning.
return System