ATMLModelLibrary.model.signal.basic.OrEvent.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( string input, OrEvent &obj ) : bool
input string
obj OrEvent
return bool
        public static bool Deserialize(string input, out OrEvent obj)
        {
            System.Exception exception;
            return Deserialize(input, out obj, out exception);
        }

Same methods

OrEvent::Deserialize ( System s ) : OrEvent
OrEvent::Deserialize ( string input ) : OrEvent
OrEvent::Deserialize ( string input, OrEvent &obj, System &exception ) : bool