ProfileTypeLink Class
Namespace: PTS.Modules.Profiles.Domain
Assembly: PTS.Modules.Profiles.dll
Syntax
public class ProfileTypeLink
Inheritance
System.Object
ProfileTypeLink
Properties
Profile
Declaration
public virtual Profile Profile { get; set; }
Property Value
Type | Description |
---|---|
Profile |
ProfileId
Declaration
public long ProfileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ProfileOwnerId
Declaration
public long ProfileOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Status
Declaration
public State Status { get; set; }
Property Value
Type | Description |
---|---|
State |
TypeCode
Declaration
public int TypeCode { 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()