ATMLModelLibrary.model.equipment.TestEquipmentInstance.ShouldSerializeSoftware C# (CSharp) Méthode

ShouldSerializeSoftware() public méthode

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