ATMLModelLibrary.model.equipment.PXIBackplaneVoltages.Deserialize C# (CSharp) Метод

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

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

Same methods

PXIBackplaneVoltages::Deserialize ( Stream s ) : PXIBackplaneVoltages
PXIBackplaneVoltages::Deserialize ( string input ) : PXIBackplaneVoltages
PXIBackplaneVoltages::Deserialize ( string input, PXIBackplaneVoltages &obj, Exception &exception ) : bool