C# Class Mono.Moma.Loader

Inheritance: IDisposable
Afficher le fichier Open project: mono/momareports

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetIssues ( ) : IEnumerable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
LoadMetadata ( ) : void
Loader ( string filename ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetIssues() public méthode

public GetIssues ( ) : IEnumerable
Résultat IEnumerable

LoadMetadata() protected méthode

protected LoadMetadata ( ) : void
Résultat void

Loader() protected méthode

protected Loader ( string filename ) : System
filename string
Résultat System

Property Details

address protected_oe property

protected IPAddress address
Résultat IPAddress

app_type protected_oe property

protected string app_type
Résultat string

comments protected_oe property

protected string comments
Résultat string

date protected_oe property

protected DateTime date
Résultat DateTime

definitions protected_oe property

protected string definitions
Résultat string

email protected_oe property

protected string email
Résultat string

filename protected_oe property

protected string filename
Résultat string

guid protected_oe property

protected string guid
Résultat string

homepage protected_oe property

protected string homepage
Résultat string

moma_version protected_oe property

protected string moma_version
Résultat string

organization protected_oe property

protected string organization
Résultat string

user_name protected_oe property

protected string user_name
Résultat string