C# Class ApiCore.Wall.WallEntry

Afficher le fichier Open project: nolka/vkdotnet Class Usage Examples

Méthodes publiques

Свойство 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_oe property

If some media attached to the wall entry, it will be here
public Attachment Attachment
Résultat Attachment

Body public_oe property

Entry text
public string Body
Résultat string

CommentsInfo public_oe property

public CommentsInfo CommentsInfo
Résultat CommentsInfo

CopyOwnerId public_oe property

public int CopyOwnerId
Résultat int

CopyPostId public_oe property

public int CopyPostId
Résultat int

Date public_oe property

Entry post date and time
public DateTime,System Date
Résultat System.DateTime

FromUser public_oe property

Entry posted from user
public int FromUser
Résultat int

GeoInfo public_oe property

public GeoInfo GeoInfo
Résultat GeoInfo

Id public_oe property

Entry id
public int Id
Résultat int

LikesInfo public_oe property

public LikesInfo LikesInfo
Résultat LikesInfo

Online public_oe property

Poster is online
public bool Online
Résultat bool

RepliesCount public_oe property

public int RepliesCount
Résultat int

ToUser public_oe property

Entry posted to user
public int ToUser
Résultat int