UrlRedirect Class
Namespace: PTS.Modules.UrlRedirects.Domain
Assembly: PTS.Modules.UrlRedirects.dll
Syntax
public class UrlRedirect : IOwnedRecord
Inheritance
System.Object
UrlRedirect
Implements
Properties
ActiveFrom
Declaration
public DateTime? ActiveFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ActiveUntil
Declaration
public DateTime? ActiveUntil { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FromUrl
Declaration
public string FromUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ToUrl
Declaration
public string ToUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
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()