Represents Assembly in the database structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class Assembly : DatabaseObject, 
	ISecurable
Visual Basic (Declaration)
Public NotInheritable Class Assembly _
	Inherits DatabaseObject _
	Implements ISecurable
Visual C++
public ref class Assembly sealed : public DatabaseObject, 
	ISecurable

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.Element
    PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
      PerpetuumSoft.DataModel.MsSql..::.Assembly

See Also