ATMLModelLibrary.model.common.TestConfigurationTestEquipmentItem.ShouldSerializeInstrumentation C# (CSharp) Méthode

ShouldSerializeInstrumentation() public méthode

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