예제 #1
0
 internal abstract void Invoke <TInter>(T item, ITypedMethod <TInter> action)
     where TInter : class, ITableObject;
예제 #2
0
파일: DBTableObject.cs 프로젝트: sab39/nrdo
 public void InvokeTypedMethod <TInterface>(ITypedMethod <TInterface> action)
     where TInterface : class, ITableObject
 {
     getTypedMethodInvoker <TInterface>().Invoke((T)this, action);
 }
예제 #3
0
 public abstract void InvokeTypedMethod(ITypedMethod method);