ATMLModelLibrary.model.equipment.Controller.ShouldSerializeInstalledSoftware C# (CSharp) Метод

ShouldSerializeInstalledSoftware() публичный Метод

Test whether InstalledSoftware should be serialized
public ShouldSerializeInstalledSoftware ( ) : bool
Результат bool
        public virtual bool ShouldSerializeInstalledSoftware()
        {
            return InstalledSoftware != null && InstalledSoftware.Count > 0;
        }