Initializes a new instance of the Dependency class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Dependency( Element element ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ element As Element _ ) |
Visual C++ |
---|
public: Dependency( Element^ element ) |
Parameters
- element
- Type: PerpetuumSoft.DataModel.MsSql..::.Element