C# 클래스 EventApp.Common.Event

파일 보기 프로젝트 열기: BobStolk/EventApp

공개 프로퍼티들

프로퍼티 타입 설명
date EventDate
id int
logo string
tid int
title string

공개 메소드들

메소드 설명
Event ( ) : System

메소드 상세

Event() 공개 메소드

public Event ( ) : System
리턴 System

프로퍼티 상세

date 공개적으로 프로퍼티

public EventDate,EventApp.Common date
리턴 EventDate

id 공개적으로 프로퍼티

public int id
리턴 int

logo 공개적으로 프로퍼티

public string logo
리턴 string

tid 공개적으로 프로퍼티

public int tid
리턴 int

title 공개적으로 프로퍼티

public string title
리턴 string