ATMLModelLibrary.model.test.Event.Event C# (CSharp) Method

Event() public method

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