C# Class WPCordovaClassLib.CordovaLib.ConfigHandler.PluginConfig

Exibir arquivo Open project: ChristianWeyer/tUdUs

Public Properties

Property Type Description
Name string
isAutoLoad bool

Public Methods

Method Description
PluginConfig ( string name, bool autoLoad = false ) : System

Method Details

PluginConfig() public method

public PluginConfig ( string name, bool autoLoad = false ) : System
name string
autoLoad bool
return System

Property Details

Name public_oe property

public string Name
return string

isAutoLoad public_oe property

public bool isAutoLoad
return bool