ProfilePost Class
Assembly: PTS.Modules.ProfilePostExtension.dll
Syntax
Inheritance
System.Object
ProfilePost
Properties
Author
Declaration
public virtual Account Author { get; set; }
Property Value
AuthorId
Declaration
public long? AuthorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
AuthorName
Declaration
public string AuthorName { get; set; }
Property Value
Type |
Description |
System.String |
|
AuthorOwnerId
Declaration
public long? AuthorOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Category
Declaration
public int Category { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Description
Declaration
public string Description { 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 |
|
PostedOn
Declaration
public DateTime? PostedOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Profile
Declaration
public virtual Profile Profile { get; set; }
Property Value
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 int Status { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public int Type { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
VideoIdCode
Declaration
public string VideoIdCode { get; set; }
Property Value
Type |
Description |
System.String |
|
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