ATMLModelLibrary.model.common.ItemDescriptionIdentification.ShouldSerializeIdentificationNumbers C# (CSharp) 메소드

ShouldSerializeIdentificationNumbers() 공개 메소드

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