C# 클래스 BlogSample.BlogPost

파일 보기 프로젝트 열기: rogeralsing/linq-to-sqlxml 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddTag ( string tag ) : void
BlogPost ( ) : System
ReplyTo ( string body, string userName ) : void

메소드 상세

AddTag() 공개 메소드

public AddTag ( string tag ) : void
tag string
리턴 void

BlogPost() 공개 메소드

public BlogPost ( ) : System
리턴 System

ReplyTo() 공개 메소드

public ReplyTo ( string body, string userName ) : void
body string
userName string
리턴 void