C# Class Profiles.ORCID.Modules.ORCIDBaseModule

Inheritance: Profiles.Framework.Utilities.BaseModule
Afficher le fichier Open project: ProfilesRNS/ProfilesRNS

Méthodes publiques

Méthode Description
GetPerson ( ) : Utilities.ProfilesRNSDLL.BO.ORCID.Person
LogException ( Exception ex ) : void
ORCIDBaseModule ( ) : System
ORCIDBaseModule ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Méthodes protégées

Méthode Description
AddError ( string error ) : void
GetFieldFromRDF ( string fieldname ) : string
LogExceptionOnly ( Exception ex ) : void

Method Details

AddError() protected méthode

protected AddError ( string error ) : void
error string
Résultat void

GetFieldFromRDF() protected méthode

protected GetFieldFromRDF ( string fieldname ) : string
fieldname string
Résultat string

GetPerson() public méthode

public GetPerson ( ) : Utilities.ProfilesRNSDLL.BO.ORCID.Person
Résultat Utilities.ProfilesRNSDLL.BO.ORCID.Person

LogException() public méthode

public LogException ( Exception ex ) : void
ex System.Exception
Résultat void

LogExceptionOnly() protected méthode

protected LogExceptionOnly ( Exception ex ) : void
ex System.Exception
Résultat void

ORCIDBaseModule() public méthode

public ORCIDBaseModule ( ) : System
Résultat System

ORCIDBaseModule() public méthode

public ORCIDBaseModule ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
Résultat System