[]
        
(Showing Draft Content)

C1.WPF.Schedule.SchedulerLocExtension.-ctor

SchedulerLocExtension Constructor

SchedulerLocExtension()

Initializes a new instance of the SchedulerLocExtension class.

Declaration
public SchedulerLocExtension()

SchedulerLocExtension(string, string)

Initializes a new instance of the SchedulerLocExtension class.

Declaration
public SchedulerLocExtension(string key, string defaultValue)
Parameters
Type Name Description
string key

The string value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key

string defaultValue

The default value used as fallback string.

SchedulerLocExtension(string)

Initializes a new instance of the SchedulerLocExtension class.

Declaration
public SchedulerLocExtension(string key)
Parameters
Type Name Description
string key

The string value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key