Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.COperationInfo : System.Object, Gregor.Core.IOperationInfo Custom Attributes: Description:
public COperationInfo() Custom Attributes: Description:
private System.Boolean m_HasFailed Custom Attributes: Description:
private System.Boolean m_HasSucceeded Custom Attributes: Description:
private System.Boolean m_IsCancelled Custom Attributes: Description:
public System.Boolean HasFailed {get;} // Gregor.Core.IOperationInfo.HasFailed
Custom Attributes:
Description:
public System.Boolean HasSucceeded {get;} // Gregor.Core.IOperationInfo.HasSucceeded
Custom Attributes:
Description:
public System.Boolean IsCancelled {get;} // Gregor.Core.IOperationInfo.IsCancelled
Custom Attributes:
Description:
public void Cancel() // Gregor.Core.IOperationInfo.Cancel Custom Attributes: Description:
public void Fail() // Gregor.Core.IOperationInfo.Fail Custom Attributes: Description:
public void Succeed() // Gregor.Core.IOperationInfo.Succeed Custom Attributes: Description:
public void SucceedOrFail(System.Boolean fSuccess) Custom Attributes: Description:
private void ThrowMakeUpYourMindException() Custom Attributes: Description: