C# 클래스 ApiCore.Wall.WallEntry

파일 보기 프로젝트 열기: nolka/vkdotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

Attachment 공개적으로 프로퍼티

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

Body 공개적으로 프로퍼티

Entry text
public string Body
리턴 string

CommentsInfo 공개적으로 프로퍼티

public CommentsInfo CommentsInfo
리턴 CommentsInfo

CopyOwnerId 공개적으로 프로퍼티

public int CopyOwnerId
리턴 int

CopyPostId 공개적으로 프로퍼티

public int CopyPostId
리턴 int

Date 공개적으로 프로퍼티

Entry post date and time
public DateTime,System Date
리턴 System.DateTime

FromUser 공개적으로 프로퍼티

Entry posted from user
public int FromUser
리턴 int

GeoInfo 공개적으로 프로퍼티

public GeoInfo GeoInfo
리턴 GeoInfo

Id 공개적으로 프로퍼티

Entry id
public int Id
리턴 int

LikesInfo 공개적으로 프로퍼티

public LikesInfo LikesInfo
리턴 LikesInfo

Online 공개적으로 프로퍼티

Poster is online
public bool Online
리턴 bool

RepliesCount 공개적으로 프로퍼티

public int RepliesCount
리턴 int

ToUser 공개적으로 프로퍼티

Entry posted to user
public int ToUser
리턴 int