38 ref class ActionArgumentDescription;
39 ref class ActionDescription;
71 return gcnew String((*m_pHandle)->GetActionDesc().GetName());
75 property IEnumerable<ActionArgumentDescription^>^ Arguments
77 IEnumerable<ActionArgumentDescription^>^
get();
92 event ActionResponseDelegate^ ActionResponse;
97 Int32 SetArgumentValue(String^ name, String^ value);
105 virtual Boolean Equals(Object^ obj)
override 110 if (!this->GetType()->IsInstanceOfType(obj))
115 return (m_pHandle->AsPointer() == a->m_pHandle->AsPointer());
128 throw gcnew ArgumentNullException(
"action");
Definition: ActionDescription.h:44
Definition: NeptuneException.h:42
Definition: ActionArgumentDescription.h:53
bool IsNull() const
Returns whether this references a NULL object.
Definition: NptReferences.h:130