ATMLModelLibrary.model.common.Connector.ShouldSerializePins C# (CSharp) Method

ShouldSerializePins() public method

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