Пример #1
0
        public ObjectVersionAndProperties SetWorkflowState(ObjVer objVer, ObjectVersionWorkflowState workflowState)
        {
            vault.MetricGatherer.MethodCalled();

            throw new NotImplementedException();
        }
Пример #2
0
        public ObjectVersionAndProperties SetWorkflowStateEx(ObjVer objVer, ObjectVersionWorkflowState workflowState, [System.Runtime.InteropServices.OptionalAttribute][System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.IDispatch)][System.Runtime.CompilerServices.IDispatchConstantAttribute] object electronicSignature)
        {
            vault.MetricGatherer.MethodCalled();

            throw new NotImplementedException();
        }
Пример #3
0
 public ObjectVersionAndProperties SetWorkflowState(ObjVer ObjVer, ObjectVersionWorkflowState WorkflowState)
 {
     throw new NotImplementedException();
 }