C# 클래스 newtelligence.DasBlog.Web.Services.Atom10.AtomEntry

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AtomEntry ( ) : System
AtomEntry ( string title, AtomLink link, string id, System.DateTime issued, System.DateTime modified ) : System

메소드 상세

AtomEntry() 공개 메소드

public AtomEntry ( ) : System
리턴 System

AtomEntry() 공개 메소드

public AtomEntry ( string title, AtomLink link, string id, System.DateTime issued, System.DateTime modified ) : System
title string
link AtomLink
id string
issued System.DateTime
modified System.DateTime
리턴 System