[]
        
(Showing Draft Content)

C1.WPF.Schedule.SchedulerLocExtension.-ctor

SchedulerLocExtension Constructor

SchedulerLocExtension()

Initializes a new instance of the SchedulerLocExtension class.

Declaration
public SchedulerLocExtension()
Public Sub New()

SchedulerLocExtension(string, string)

Initializes a new instance of the SchedulerLocExtension class.

Declaration
public SchedulerLocExtension(string key, string defaultValue)
Public Sub New(key As String, defaultValue As String)
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)
Public Sub New(key As String)
Parameters
Type Name Description
string key

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