BusinessLogicResolver Methods

Include Protected Members
Include Inherited Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The BusinessLogicResolver type exposes the following members.

Methods

  Name Description
Public method Dispose() (Overrides IBusinessLogicResolver.Dispose().)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%) (Overrides IBusinessLogicResolver.InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%).)
Public method InvokeCommitHandler(SourceIdentifier, Guid) (Overrides IBusinessLogicResolver.InvokeCommitHandler(SourceIdentifier, Guid).)
Public method InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%) (Overrides IBusinessLogicResolver.InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%).)
Public method InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%) (Overrides IBusinessLogicResolver.InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%).)
Public method InvokeInitialize(String, String, String, String, String, String) (Overrides IBusinessLogicResolver.InvokeInitialize(String, String, String, String, String, String).)
Public method InvokePhaseBegin(Boolean) (Overrides IBusinessLogicResolver.InvokePhaseBegin(Boolean).)
Public method InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%) (Overrides IBusinessLogicResolver.InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%).)
Public method InvokeUpdateDeleteConflictHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, DataSet%, Boolean, ConflictLogType%, String%, Int32%, String%) (Overrides IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, DataSet%, Boolean, ConflictLogType%, String%, Int32%, String%).)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top