C# 클래스 Posh.ContentUpdate

Helper class for content updates
파일 보기 프로젝트 열기: vvvv/Posh

공개 프로퍼티들

프로퍼티 타입 설명
content string
id string

공개 메소드들

메소드 설명
ContentUpdate ( string id, string content ) : System

메소드 상세

ContentUpdate() 공개 메소드

public ContentUpdate ( string id, string content ) : System
id string
content string
리턴 System

프로퍼티 상세

content 공개적으로 프로퍼티

public string content
리턴 string

id 공개적으로 프로퍼티

public string id
리턴 string