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

Deserialize() public static method

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

Same methods

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