C# Class dotDialog.Sample.PersonalInfoManger.CalendarEventUpdateDialogSections

ファイルを表示 Open project: benhorgen/dotDialog

Public Properties

Property Type Description
PriorityOptions string[]
TypeOptions string[]

Public Methods

Method Description
BuildDialogSections ( CalEvent Model ) : List
SaveDialogElementsToModel ( CalEvent t, List
sections ) : bool

Method Details

BuildDialogSections() public static method

public static BuildDialogSections ( CalEvent Model ) : List
Model CalEvent
return List

SaveDialogElementsToModel() public static method

public static SaveDialogElementsToModel ( CalEvent t, List
sections ) : bool
t CalEvent
sections List
return bool

Property Details

PriorityOptions public_oe static_oe property

public static string[] PriorityOptions
return string[]

TypeOptions public_oe static_oe property

public static string[] TypeOptions
return string[]