ATMLModelLibrary.model.common.TestConfigurationTestEquipmentItem.ShouldSerializeInstrumentation C# (CSharp) Method

ShouldSerializeInstrumentation() public method

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