C# 클래스 Moma.Web.Helpers.MomaNode

파일 보기 프로젝트 열기: mono/momareports 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NumberOfUses int
Status NodeStatus
TotalIssues int
TotalMissing int
TotalNiex int
TotalTodo int

공개 메소드들

메소드 설명
MomaNode ( string text ) : System
SortAndCount ( ) : void
SortAndCount ( Comparison comparison ) : void

비공개 메소드들

메소드 설명
CompareNode ( MomaNode a, MomaNode b ) : int

메소드 상세

MomaNode() 공개 메소드

public MomaNode ( string text ) : System
text string
리턴 System

SortAndCount() 공개 메소드

public SortAndCount ( ) : void
리턴 void

SortAndCount() 공개 메소드

public SortAndCount ( Comparison comparison ) : void
comparison Comparison
리턴 void

프로퍼티 상세

NumberOfUses 공개적으로 프로퍼티

public int NumberOfUses
리턴 int

Status 공개적으로 프로퍼티

public NodeStatus Status
리턴 NodeStatus

TotalIssues 공개적으로 프로퍼티

public int TotalIssues
리턴 int

TotalMissing 공개적으로 프로퍼티

public int TotalMissing
리턴 int

TotalNiex 공개적으로 프로퍼티

public int TotalNiex
리턴 int

TotalTodo 공개적으로 프로퍼티

public int TotalTodo
리턴 int