AutobiographicMemory.AM.ActionEvent.ActionEvent C# (CSharp) Method

ActionEvent() public method

public ActionEvent ( uint id, Name eventName, ulong timestamp ) : System
id uint
eventName Name
timestamp ulong
return System
            public ActionEvent(uint id, Name eventName, ulong timestamp)
                : base(id, eventName, timestamp)
            {
                Action = eventName.GetNTerm(3);
                Target = eventName.GetNTerm(4);
            }