ATMLModelLibrary.model.common.ItemDescriptionIdentification.ShouldSerializeIdentificationNumbers C# (CSharp) Method

ShouldSerializeIdentificationNumbers() public method

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