ATMLModelLibrary.model.test.Action.ShouldSerializeEvents C# (CSharp) Method

ShouldSerializeEvents() public method

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