ATMLModelLibrary.model.common.LimitMask.ShouldSerializeMaskValue C# (CSharp) Method

ShouldSerializeMaskValue() public method

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