C# 클래스 Facebook.Post

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

공개 프로퍼티들

프로퍼티 타입 설명
@from Person
actions List
attribution string
caption string
created_time string
description string
icon string
id string
likes int
link string
message string
name string
picture string
source string
type string
updated_time string

프로퍼티 상세

@from 공개적으로 프로퍼티

public Person,Facebook @from
리턴 Person

actions 공개적으로 프로퍼티

public List actions
리턴 List

attribution 공개적으로 프로퍼티

public string attribution
리턴 string

caption 공개적으로 프로퍼티

public string caption
리턴 string

created_time 공개적으로 프로퍼티

public string created_time
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

icon 공개적으로 프로퍼티

public string icon
리턴 string

id 공개적으로 프로퍼티

public string id
리턴 string

likes 공개적으로 프로퍼티

public int likes
리턴 int

link 공개적으로 프로퍼티

public string link
리턴 string

message 공개적으로 프로퍼티

public string message
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

picture 공개적으로 프로퍼티

public string picture
리턴 string

source 공개적으로 프로퍼티

public string source
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string

updated_time 공개적으로 프로퍼티

public string updated_time
리턴 string