C# 클래스 Codebreak.Service.World.Game.Quest.AbstractQuestObjective

파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak

보호된 프로퍼티들

프로퍼티 타입 설명
Logger log4net.ILog
m_record QuestObjectiveDAO

공개 메소드들

메소드 설명
Done ( string value ) : bool
FromRecord ( QuestObjectiveDAO record ) : AbstractQuestObjective

보호된 메소드들

메소드 설명
AbstractQuestObjective ( QuestObjectiveDAO record ) : System

메소드 상세

AbstractQuestObjective() 보호된 메소드

protected AbstractQuestObjective ( QuestObjectiveDAO record ) : System
record QuestObjectiveDAO
리턴 System

Done() 공개 추상적인 메소드

public abstract Done ( string value ) : bool
value string
리턴 bool

FromRecord() 공개 정적인 메소드

public static FromRecord ( QuestObjectiveDAO record ) : AbstractQuestObjective
record QuestObjectiveDAO
리턴 AbstractQuestObjective

프로퍼티 상세

Logger 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net Logger
리턴 log4net.ILog

m_record 보호되어 있는 프로퍼티

protected QuestObjectiveDAO m_record
리턴 QuestObjectiveDAO