ATMLModelLibrary.model.signal.basic.ThreePhaseWye.Deserialize C# (CSharp) Метод

Deserialize() публичный статический Метод

public static Deserialize ( string input, ThreePhaseWye &obj ) : bool
input string
obj ThreePhaseWye
Результат bool
        public static bool Deserialize(string input, out ThreePhaseWye obj)
        {
            System.Exception exception;
            return Deserialize(input, out obj, out exception);
        }

Same methods

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