ATMLModelLibrary.model.equipment.TestEquipmentInstance.ShouldSerializeControllers C# (CSharp) Method

ShouldSerializeControllers() public method

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