ProfileAlias Class
Namespace: PTS.Modules.ProfileAliasExtension.Domain
Assembly: PTS.Modules.ProfileAliasExtension.dll
Syntax
public class ProfileAlias
Inheritance
System.Object
ProfileAlias
Properties
Alias
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
SetOn
Declaration
public DateTime SetOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
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()