C# 클래스 ApiCore.Messages.Message

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

공개 프로퍼티들

프로퍼티 타입 설명
Body string
Date System.DateTime
Id int
State MessageState
Title string
UserId int

프로퍼티 상세

Body 공개적으로 프로퍼티

Message body
public string Body
리턴 string

Date 공개적으로 프로퍼티

Message date and time
public DateTime,System Date
리턴 System.DateTime

Id 공개적으로 프로퍼티

Message id
public int Id
리턴 int

State 공개적으로 프로퍼티

Message state
public MessageState State
리턴 MessageState

Title 공개적으로 프로퍼티

Message title
public string Title
리턴 string

UserId 공개적으로 프로퍼티

User id
public int UserId
리턴 int