Class StandardConnection
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class StandardConnection
- Inheritance
-
StandardConnection
- Inherited Members
-
Constructors
StandardConnection()
public StandardConnection()
Properties
ConnectionType
public string ConnectionType { get; set; }
Property Value
- string
FromStandard
public virtual Standard FromStandard { get; set; }
Property Value
- Standard
FromStandardIdentifier
public Guid FromStandardIdentifier { get; set; }
Property Value
- Guid
ToStandard
public virtual Standard ToStandard { get; set; }
Property Value
- Standard
ToStandardIdentifier
public Guid ToStandardIdentifier { get; set; }
Property Value
- Guid