ObjectManager
public event RetrieveArtifactIdOfMappedObjectCompletedEventHandler RetrieveArtifactIdOfMappedObjectCompleted
public event RetrieveArtifactIdOfMappedParentObjectCompletedEventHandler RetrieveArtifactIdOfMappedParentObjectCompleted
public event RetrieveTextIdentifierOfMappedObjectCompletedEventHandler RetrieveTextIdentifierOfMappedObjectCompleted
public ObjectManager()
public IAsyncResult BeginRetrieveArtifactIdOfMappedObject(int caseContextArtifactID, string textIdentifier, int artifactTypeID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveArtifactIdOfMappedParentObject(int caseContextArtifactID, string textIdentifier, int artifactTypeID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveTextIdentifierOfMappedObject(int caseContextArtifactID, int artifactId, int artifactTypeID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginUpdate(int appArtifactId, SimplifiedMaskDto artifact, AsyncCallback callback, object asyncState)
public DataSet RetrieveArtifactIdOfMappedObject(int caseContextArtifactID, string textIdentifier, int artifactTypeID)
public void RetrieveArtifactIdOfMappedObjectAsync(int caseContextArtifactID, string textIdentifier, int artifactTypeID)
public void RetrieveArtifactIdOfMappedObjectAsync(int caseContextArtifactID, string textIdentifier, int artifactTypeID, object userState)
public DataSet RetrieveArtifactIdOfMappedParentObject(int caseContextArtifactID, string textIdentifier, int artifactTypeID)
public void RetrieveArtifactIdOfMappedParentObjectAsync(int caseContextArtifactID, string textIdentifier, int artifactTypeID)
public void RetrieveArtifactIdOfMappedParentObjectAsync(int caseContextArtifactID, string textIdentifier, int artifactTypeID, object userState)
public DataSet RetrieveTextIdentifierOfMappedObject(int caseContextArtifactID, int artifactId, int artifactTypeID)
public void RetrieveTextIdentifierOfMappedObjectAsync(int caseContextArtifactID, int artifactId, int artifactTypeID)
public void RetrieveTextIdentifierOfMappedObjectAsync(int caseContextArtifactID, int artifactId, int artifactTypeID, object userState)