ATMLModelLibrary.model.equipment.Controller.ShouldSerializeInstalledSoftware C# (CSharp) Method

ShouldSerializeInstalledSoftware() public method

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