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

ShouldSerializeOperatingSystems() public méthode

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