ATMLModelLibrary.model.common.PhysicalInterfacePorts.Deserialize C# (CSharp) Méthode

Deserialize() public static méthode

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

Same methods

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