ATMLModelLibrary.model.common.TestConfigurationTestEquipmentItem.ShouldSerializeSoftware C# (CSharp) Method

ShouldSerializeSoftware() public method

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