C# 클래스 csAppraisalPlugin.Classes.Criterion

상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: TNOCS/csTouch

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Criterion ( ) : System
Criterion ( System.Guid id ) : System
Criterion ( System.Guid id, string title ) : System
Criterion ( string title ) : System
Criterion ( string title, double weight, double assignedValue ) : System

메소드 상세

Criterion() 공개 메소드

public Criterion ( ) : System
리턴 System

Criterion() 공개 메소드

public Criterion ( System.Guid id ) : System
id System.Guid
리턴 System

Criterion() 공개 메소드

public Criterion ( System.Guid id, string title ) : System
id System.Guid
title string
리턴 System

Criterion() 공개 메소드

public Criterion ( string title ) : System
title string
리턴 System

Criterion() 공개 메소드

public Criterion ( string title, double weight, double assignedValue ) : System
title string
weight double
assignedValue double
리턴 System