ATMLModelLibrary.model.equipment.Path.ShouldSerializeVSWRValues C# (CSharp) Method

ShouldSerializeVSWRValues() public method

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