C# Class AppActs.Client.Model.ReportDefinitions

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: Appacts/mobile-analytics-server

Méthodes publiques

Méthode Description
IsReadOnly ( ) : bool
this ( int idx ) : ReportDefinition

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object
IsElementName ( string elementName ) : bool

Method Details

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

IsElementName() protected méthode

protected IsElementName ( string elementName ) : bool
elementName string
Résultat bool

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

this() public méthode

public this ( int idx ) : ReportDefinition
idx int
Résultat ReportDefinition