ATMLModelLibrary.model.equipment.Switch.ShouldSerializeConnections C# (CSharp) Method

ShouldSerializeConnections() public method

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