C# 클래스 csAppraisalPlugin.Classes.Appraisal

상속: Caliburn.Micro.PropertyChangedBase, ICloneable, IConvertibleXml
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Appraisal ( ) : System
Appraisal ( string title, string fileName ) : System
Clone ( ) : object
FromXml ( System.Xml.Linq.XElement element ) : void
ToXml ( ) : System.Xml.Linq.XElement

메소드 상세

Appraisal() 공개 메소드

public Appraisal ( ) : System
리턴 System

Appraisal() 공개 메소드

public Appraisal ( string title, string fileName ) : System
title string
fileName string
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

FromXml() 공개 메소드

public FromXml ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
리턴 void

ToXml() 공개 메소드

public ToXml ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement