ProfileLink Class
Assembly: PTS.Modules.Profiles.dll
Syntax
Inheritance
System.Object
ProfileLink
Properties
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ExpiresOn
Declaration
public DateTime? ExpiresOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Priority
Declaration
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SourceProfile
Declaration
public virtual Profile SourceProfile { get; set; }
Property Value
SourceProfileId
Declaration
public long SourceProfileId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
SourceProfileOwnerId
Declaration
public long SourceProfileOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
StartsOn
Declaration
public DateTime? StartsOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Status
Declaration
public LinkStatus Status { get; set; }
Property Value
TargetProfile
Declaration
public virtual Profile TargetProfile { get; set; }
Property Value
TargetProfileId
Declaration
public long TargetProfileId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
TargetProfileOwnerId
Declaration
public long TargetProfileOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Type
Declaration
public int Type { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods