C# Class csAppraisalPlugin.Classes.Appraisal

Inheritance: Caliburn.Micro.PropertyChangedBase, ICloneable, IConvertibleXml
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Appraisal ( ) : System
Appraisal ( string title, string fileName ) : System
Clone ( ) : object
FromXml ( System.Xml.Linq.XElement element ) : void
ToXml ( ) : System.Xml.Linq.XElement

Method Details

Appraisal() public méthode

public Appraisal ( ) : System
Résultat System

Appraisal() public méthode

public Appraisal ( string title, string fileName ) : System
title string
fileName string
Résultat System

Clone() public méthode

public Clone ( ) : object
Résultat object

FromXml() public méthode

public FromXml ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
Résultat void

ToXml() public méthode

public ToXml ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement