ATMLModelLibrary.model.equipment.CrossPointSwitch.ShouldSerializeRows C# (CSharp) Method

ShouldSerializeRows() public method

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