ATMLModelLibrary.model.equipment.Network.ShouldSerializeNode C# (CSharp) Method

ShouldSerializeNode() public method

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