Class ConnectionModel
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class ConnectionModel
- Inheritance
-
ConnectionModel
- Inherited Members
Constructors
ConnectionModel()
public ConnectionModel()
Properties
FromAsset
public int FromAsset { get; set; }
Property Value
FromKey
public int FromKey { get; set; }
Property Value
ToAsset
public int ToAsset { get; set; }
Property Value
ToKey
public int ToKey { get; set; }