ATMLModelLibrary.model.equipment.Controller.ShouldSerializeInstalledSoftware C# (CSharp) Méthode

ShouldSerializeInstalledSoftware() public méthode

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