UnitOfWork Constructors
Maintains a list of persistent objects that are affected by a transaction. Keeps track of every change to every persistent object during a transaction that can affect a data store.
Name | Parameters | Description |
---|---|---|
Unit |
none |
Initializes a new instance of the Unit |
Unit |
layer, dispose |
Initializes a new instance of the Unit |
Unit |
layer, dispose |
Initializes a new instance of the Unit |
Unit |
dictionary |
Initializes a new instance of the Unit |
Unit |
container |
Initializes a new instance of the Unit |
Unit |
service |
Initializes a new instance of the Unit |
Unit |
service |
Initializes a new instance of the Unit |
Unit |
service |
Initializes a new instance of the Unit |
Unit |
service |
Initializes a new instance of the Unit |
Unit |
service |
Initializes a new instance of the Unit |
See Also