C# 클래스 Mono.Moma.Loader

상속: IDisposable
파일 보기 프로젝트 열기: mono/momareports

보호된 프로퍼티들

프로퍼티 타입 설명
address IPAddress
app_type string
comments string
date DateTime
definitions string
email string
filename string
guid string
homepage string
moma_version string
organization string
user_name string

공개 메소드들

메소드 설명
Dispose ( ) : void
GetIssues ( ) : IEnumerable

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
LoadMetadata ( ) : void
Loader ( string filename ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetIssues() 공개 메소드

public GetIssues ( ) : IEnumerable
리턴 IEnumerable

LoadMetadata() 보호된 메소드

protected LoadMetadata ( ) : void
리턴 void

Loader() 보호된 메소드

protected Loader ( string filename ) : System
filename string
리턴 System

프로퍼티 상세

address 보호되어 있는 프로퍼티

protected IPAddress address
리턴 IPAddress

app_type 보호되어 있는 프로퍼티

protected string app_type
리턴 string

comments 보호되어 있는 프로퍼티

protected string comments
리턴 string

date 보호되어 있는 프로퍼티

protected DateTime date
리턴 DateTime

definitions 보호되어 있는 프로퍼티

protected string definitions
리턴 string

email 보호되어 있는 프로퍼티

protected string email
리턴 string

filename 보호되어 있는 프로퍼티

protected string filename
리턴 string

guid 보호되어 있는 프로퍼티

protected string guid
리턴 string

homepage 보호되어 있는 프로퍼티

protected string homepage
리턴 string

moma_version 보호되어 있는 프로퍼티

protected string moma_version
리턴 string

organization 보호되어 있는 프로퍼티

protected string organization
리턴 string

user_name 보호되어 있는 프로퍼티

protected string user_name
리턴 string