Beispiel #1
0
 public PpsSysMethodSelectorToken(PpsSysDataSource dataSource, string name, string path, MethodInfo method)
 {
     this.dataSource = dataSource;
     this.name       = name;
     this.path       = path;
     this.method     = method;
 }             // ctor
Beispiel #2
0
 internal PpsSysConnectionHandle(PpsSysDataSource dataSource, IIdentity identity)
 {
     this.dataSource = dataSource ?? throw new ArgumentNullException(nameof(dataSource));
     this.identity   = identity ?? throw new ArgumentNullException(nameof(identity));
 }         // ctor