ATMLModelLibrary.model.common.PhysicalInterfacePorts.ShouldSerializePort C# (CSharp) Method

ShouldSerializePort() public method

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