public void setIO(acceptor.ST_IO v) { aIO = v; __setDirty(true); NotifyControllers(null); }
public bool setIO_AsString( string v) { acceptor.ST_IO temp = acceptor.StringTo_Enum_ST_IO(v); if (temp >= 0){ aIO = temp; __setDirty(true); NotifyControllers(null); return true; } // If return false; }
public Step() { Step obj = this; aTCS_Order=(0); aDistance=(0); aDescription=(null); aObsoleteComment=(null); aUserComment=(null); aIO=(0); aInterface=(0); aLevelIN=(0); aLevelOUT=(0); aModeIN=(0); aModeOUT=(0); aTranslationRequired=(false); aTranslated=(false); aSubSteps=(null); aMessages=(null); }