ATMLModelLibrary.model.test.TestResultIndictments.ShouldSerializeIndictment C# (CSharp) Method

ShouldSerializeIndictment() public method

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