ATMLModelLibrary.model.common.Interface.ShouldSerializePorts C# (CSharp) Method

ShouldSerializePorts() public method

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