ATMLModelLibrary.model.common.TestConfigurationTestEquipmentItem.ShouldSerializeSoftware C# (CSharp) 메소드

ShouldSerializeSoftware() 공개 메소드

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