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

Event() 공개 메소드

public Event ( ) : ATMLModelLibrary.model.common
리턴 ATMLModelLibrary.model.common
        public Event()
        {
            this._reference = new List<Document>();
            this._data = new List<NamedValue>();
            this._message = new List<string>();
        }