本文整理汇总了C#中ListViewModel类的典型用法代码示例。如果您正苦于以下问题:C# ListViewModel类的具体用法?C# ListViewModel怎么用?C# ListViewModel使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
ListViewModel类属于命名空间,在下文中一共展示了ListViewModel类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。
示例1: ErstkommunionkinderwallfahrtListPage
public ErstkommunionkinderwallfahrtListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<ErstkommunionkinderwallfahrtConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:ErstkommunionkinderwallfahrtListPage.xaml.cs
示例2: NeubrunnListPage
public NeubrunnListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<NeubrunnConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:NeubrunnListPage.xaml.cs
示例3: UbuntuLinksListPage
public UbuntuLinksListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<UbuntuLinksConfig>.Instance);
this.InitializeComponent();
}
开发者ID:2buntu,项目名称:2buntu-uwp-app,代码行数:7,代码来源:UbuntuLinksListPage.xaml.cs
示例4: BlutaltarListPage
public BlutaltarListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<BlutaltarConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:BlutaltarListPage.xaml.cs
示例5: TagDerKrankenListPage
public TagDerKrankenListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<TagDerKrankenConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:TagDerKrankenListPage.xaml.cs
示例6: RundUmDieWallfahrtWalldurnListPage
public RundUmDieWallfahrtWalldurnListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<RundUmDieWallfahrtWalldurnConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:RundUmDieWallfahrtWalldurnListPage.xaml.cs
示例7: FronleichnamListPage
public FronleichnamListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<FronleichnamConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:FronleichnamListPage.xaml.cs
示例8: MombrisListPage
public MombrisListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<MombrisConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:MombrisListPage.xaml.cs
示例9: SendYourConfessionsListPage
public SendYourConfessionsListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<SendYourConfessionsConfig>.Instance);
this.InitializeComponent();
}
开发者ID:goldenskygiang,项目名称:NANConfessionClient,代码行数:7,代码来源:SendYourConfessionsListPage.xaml.cs
示例10: ReisemobilWallfahrtListPage
public ReisemobilWallfahrtListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<ReisemobilWallfahrtConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:ReisemobilWallfahrtListPage.xaml.cs
示例11: OberRodernListPage
public OberRodernListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<OberRodernConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:OberRodernListPage.xaml.cs
示例12: AboutThisApp1ListPage
public AboutThisApp1ListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<AboutThisApp1Config>.Instance);
this.InitializeComponent();
}
开发者ID:goldenskygiang,项目名称:NANConfessionClient,代码行数:7,代码来源:AboutThisApp1ListPage.xaml.cs
示例13: GeschichteDerWallfahrtListPage
public GeschichteDerWallfahrtListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<GeschichteDerWallfahrtConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:GeschichteDerWallfahrtListPage.xaml.cs
示例14: GroerBlutfeiertagListPage
public GroerBlutfeiertagListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<GroerBlutfeiertagConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:GroerBlutfeiertagListPage.xaml.cs
示例15: RundUmDieBasilikaListPage
public RundUmDieBasilikaListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<RundUmDieBasilikaConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:RundUmDieBasilikaListPage.xaml.cs
示例16: AndachtZumEhrenDesHlBluteListPage
public AndachtZumEhrenDesHlBluteListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<AndachtZumEhrenDesHlBluteConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:AndachtZumEhrenDesHlBluteListPage.xaml.cs
示例17: BadMergentheimListPage
public BadMergentheimListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<BadMergentheimConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:BadMergentheimListPage.xaml.cs
示例18: Index
public ActionResult Index(string startISO, string endISO, int page = 1)
{
DateTime startDate;
DateTime endDate;
DateTime.TryParse(startISO, out startDate);
DateTime.TryParse(endISO, out endDate);
string userId = User.Identity.GetUserId();
ListViewModel<Event> model = new ListViewModel<Event>()
{
List = repository.TakeAllFromTo(userId, startDate, endDate).OrderBy(p => p.DateStart)
.Skip((page - 1) * PageSize).Take(PageSize),
PagingInfo = new PagingInfo()
{
CurrentPage = page,
ItemsPerPage = PageSize,
TotalItems = repository.TakeAllFromTo(userId, startDate, endDate).Count()
},
StartISO = startISO,
EndISO = endISO,
ShortStartDateString = startDate.ToShortDateString() + " " + startDate.ToShortTimeString(),
ShortEndDateString = endDate.ToShortDateString() + " " + endDate.ToShortTimeString()
};
return View(model);
}
开发者ID:Dierme,项目名称:FullCalendar,代码行数:26,代码来源:ReportController.cs
示例19: EntwicklungListPage
public EntwicklungListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<EntwicklungConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:EntwicklungListPage.xaml.cs
示例20: TaunusprozessionListPage
public TaunusprozessionListPage()
{
this.ViewModel = ListViewModel.CreateNew(Singleton<TaunusprozessionConfig>.Instance);
this.InitializeComponent();
}
开发者ID:MasterCoder1992,项目名称:BlutWallfahrtWindows10,代码行数:7,代码来源:TaunusprozessionListPage.xaml.cs
注:本文中的ListViewModel类示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论