ATMLModelLibrary.model.common.Collection.ShouldSerializeItem C# (CSharp) Method

ShouldSerializeItem() public method

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