ATMLModelLibrary.model.test.Action.ShouldSerializeEvents C# (CSharp) 메소드

ShouldSerializeEvents() 공개 메소드

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