Model.AEventAttribute.AEventAttribute C# (CSharp) Method

AEventAttribute() protected method

protected AEventAttribute ( EventIdType type ) : System
type EventIdType
return System
        protected AEventAttribute(EventIdType type)
        {
			this.Type = type;
		}
	}
AEventAttribute