ATMLModelLibrary.model.equipment.Controller.ShouldSerializeOperatingSystems C# (CSharp) 메소드

ShouldSerializeOperatingSystems() 공개 메소드

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