C# Class Mono.Moma.Loader

Inheritance: IDisposable
Mostrar archivo Open project: mono/momareports

Protected Properties

Property 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

Public Methods

Method Description
Dispose ( ) : void
GetIssues ( ) : IEnumerable

Protected Methods

Method Description
Dispose ( bool disposing ) : void
LoadMetadata ( ) : void
Loader ( string filename ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetIssues() public method

public GetIssues ( ) : IEnumerable
return IEnumerable

LoadMetadata() protected method

protected LoadMetadata ( ) : void
return void

Loader() protected method

protected Loader ( string filename ) : System
filename string
return System

Property Details

address protected_oe property

protected IPAddress address
return IPAddress

app_type protected_oe property

protected string app_type
return string

comments protected_oe property

protected string comments
return string

date protected_oe property

protected DateTime date
return DateTime

definitions protected_oe property

protected string definitions
return string

email protected_oe property

protected string email
return string

filename protected_oe property

protected string filename
return string

guid protected_oe property

protected string guid
return string

homepage protected_oe property

protected string homepage
return string

moma_version protected_oe property

protected string moma_version
return string

organization protected_oe property

protected string organization
return string

user_name protected_oe property

protected string user_name
return string