ILink<TSource, TTarget> Interface
Assembly: PTS.Modules.LinkComponent.dll
Syntax
public interface ILink<TSource, TTarget>
where TSource : class where TTarget : class
Type Parameters
Name |
Description |
TSource
|
|
TTarget
|
|
Properties
CreatedOn
Declaration
DateTime CreatedOn { get; }
Property Value
Type |
Description |
System.DateTime |
|
ExpiresOn
Declaration
DateTime? ExpiresOn { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Source
Declaration
Property Value
SourceId
Declaration
Property Value
Type |
Description |
System.Int64 |
|
SourceOwnerId
Declaration
long SourceOwnerId { get; }
Property Value
Type |
Description |
System.Int64 |
|
Status
Declaration
LinkStatus Status { get; }
Property Value
Target
Declaration
Property Value
TargetId
Declaration
Property Value
Type |
Description |
System.Int64 |
|
TargetOwnerId
Declaration
long TargetOwnerId { get; }
Property Value
Type |
Description |
System.Int64 |
|
Weight
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods