Initializes a new instance of the AssetHistoryLinks class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public AssetHistoryLinks(
	IAsset asset
)
Visual Basic
Public Sub New ( _
	asset As IAsset _
)
Visual C++
public:
AssetHistoryLinks(
	IAsset^ asset
)

Parameters

asset
Type: Cartella.Interfaces..::..IAsset

See Also