C# Class ApiCore.Wall.WallEntry

Show file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Attachment Attachment
Body string
CommentsInfo CommentsInfo
CopyOwnerId int
CopyPostId int
Date System.DateTime
FromUser int
GeoInfo GeoInfo
Id int
LikesInfo LikesInfo
Online bool
RepliesCount int
ToUser int

Property Details

Attachment public property

If some media attached to the wall entry, it will be here
public Attachment Attachment
return Attachment

Body public property

Entry text
public string Body
return string

CommentsInfo public property

public CommentsInfo CommentsInfo
return CommentsInfo

CopyOwnerId public property

public int CopyOwnerId
return int

CopyPostId public property

public int CopyPostId
return int

Date public property

Entry post date and time
public DateTime,System Date
return System.DateTime

FromUser public property

Entry posted from user
public int FromUser
return int

GeoInfo public property

public GeoInfo GeoInfo
return GeoInfo

Id public property

Entry id
public int Id
return int

LikesInfo public property

public LikesInfo LikesInfo
return LikesInfo

Online public property

Poster is online
public bool Online
return bool

RepliesCount public property

public int RepliesCount
return int

ToUser public property

Entry posted to user
public int ToUser
return int