ATMLModelLibrary.model.common.Interface.ShouldSerializePorts C# (CSharp) Méthode

ShouldSerializePorts() public méthode

Test whether Ports should be serialized
public ShouldSerializePorts ( ) : bool
Résultat bool
        public virtual bool ShouldSerializePorts()
        {
            return Ports != null && Ports.Count > 0;
        }