SilverLight.3-Validation:二、银光验证。TheLabel、TheDescriptionViewer和TheValidationSummary
摘要:ylbtech-SilverLight.3-DataControls_BetterDataFroms:二、银光验证。TheLabel、TheDescriptionViewer和TheValidationSummary1.A, 数据源1.B, TheLabel1.C, TheDescriptionViewer1.D, TheValidationSummary1.A, 数据源返回顶部1,using System;using System.ComponentModel.DataAnnotations;namespace SL3ValidationYlbtechApp.Access{ /// ...
阅读全文
posted @
2013-11-25 17:46
ylbtech
阅读(446)
推荐(0) 编辑
SilverLight.3-Validation:一、银光验证。ValidatesOnExpression和NotifyOnValidationError
摘要:ylbtech-SilverLight-DataBindings_BindingADataObjects_Validation:一、银光验证。ValidatesOnExpression和NotifyOnValidationError1.A,数据源返回顶部1.B, ValidatesOnExpression1.C, NotifyOnValidationError1.A,数据源返回顶部1,using System;namespace SL3ValidationYlbtechApp.Access{ /// /// 人类 /// public class Person ...
阅读全文
posted @
2013-11-25 14:20
ylbtech
阅读(1005)
推荐(0) 编辑
SilverLight-DataBinding-DataTemplates: 三、数据绑定 DataTemplates模板的使用(求助,没有到达实例效果,求高人指点迷津)
摘要:ylbtech-SilverLight-DataBinding-DataTemplates: 三、数据绑定 DataTemplates模板的使用1.A, Data Templates Intro(数据模板说明)1.B, Separating and Resuing Templates(分离和复用模板)1.C, More Advanced Templates(更先进的模板)1.D, Changing Items Layout(改变项目布局)测试数据地址:http://www.cnblogs.com/ylbtech/p/3434972.html的“1.A, Product.cs 产品类”1.A,
阅读全文
posted @
2013-11-21 10:01
ylbtech
阅读(810)
推荐(0) 编辑
SilverLight-Access:银光项目测试数据类列表
摘要:ylbtech-SilverLight-Access:银光项目测试数据类列表1.A, Product.cs 产品类1.A, Product.cs 产品类返回顶部1,/Access/Product.csusing System;using System.Collections.Generic;using System.Linq;using System.ComponentModel.DataAnnotations;namespace SLYlbtechApp.Access{ /// /// 产品类 /// public class Product { ...
阅读全文
posted @
2013-11-21 09:59
ylbtech
阅读(364)
推荐(0) 编辑
SilverLight-DataConversion: 银光数据转换
摘要:ylbtech-SilverLight-DataConversion: 银光数据转换1.A, Silverlight字符串格式表1.B, 价格格式转换器1.C, 日期时间格式转换器1.D, 图片路径转换器1.A, Silverlight字符串格式表返回顶部1,数字数据字符串格式2,时间和日期字符串格式3,4,更多标准数字格式字符串http://msdn.microsoft.com/zh-cn/library/dwhawy9k(v=vs.80).aspx1.B, 价格格式转换器返回顶部1,PriceConverter.csusing System;using System.Globalizati
阅读全文
posted @
2013-11-19 21:46
ylbtech
阅读(495)
推荐(0) 编辑
SilverLight-DataControls:四、The PagedCollectionView(分页的集合视图) 对象
摘要:ylbtech-SilverLight-DataControls-PagedCollectionView:The PagedCollectionView(分页的集合视图) 对象1.A, Building a Data Object(创建一个数据对象)1.B, Sorting(排序)1.C, Filtering(过滤)1.D, Grouping(分组)1.E, Paging(分页)1.A, Building a Data Object(创建一个数据对象)返回顶部/Access/Product.csusing System;using System.Collections.Generic;usin
阅读全文
posted @
2013-11-18 09:30
ylbtech
阅读(973)
推荐(0) 编辑
SilverLight-DataBinding:二、Bingding to a Collection Objects(绑定一个集合对象)
摘要:ylbtech-SilverLight-DataBinding: Bingding to a Collection Objects(绑定一个集合对象)1.A, Building a Data Object(创建一个数据对象)1.B, Calling a Data Service(调用一个数据服务)【测试数据】1.C, Binding to a Collection of Objects(绑定一个对象集合)1.D, Binding to a Collection of Objects 2(绑定一个对象集合 2)1.A, Building a Data Object(创建一个数据对象)返回顶部/A
阅读全文
posted @
2013-11-17 09:00
ylbtech
阅读(696)
推荐(0) 编辑
SilverLight: 数据绑定(1)-绑定到数据对象
摘要:ylbtech-SilverLight-DataBinding: Binding to Data Objects(绑定到数据对象)1.A, Building a Data Object(创建一个数据对象)1.B, Displaying a Data Object with Datacontext(显示一个数据对象与DataContext)1.C, Storing a Data Object as a Resource(存储一个数据对象作为一个资源)1.D, Editing with Two-Way Bindings(编辑与双向绑定)[未实现]1.A, Building a Data Objec
阅读全文
posted @
2013-11-16 22:10
ylbtech
阅读(685)
推荐(0) 编辑
SilverLight:布局(3)StackPanel 对象
摘要:ylbtech-SilverLight-Layout: 布局(3)StackPanel 对象A, Nesting Layout Containers(内嵌布局容器)B, StackPanel(队列面板)对象C, StackPanel(队列面板)对象 Orientation="Horizontal"D, StackPanel(队列面板)对象之 AlignmentE, StackPanel(队列面板)对象之 Margins1.A, Nesting Layout Containers(内嵌布局容器)返回顶部1,2, ...
阅读全文
posted @
2013-11-12 01:13
ylbtech
阅读(2189)
推荐(0) 编辑
SilverLight:布局(2)GridSplitter(网格分割)垂直分割、水平分割
摘要:ylbtech-SilverLight-Layout: 布局(2)GridSplitter(网格分割)垂直分割、水平分割A, Splitter(分割)对象之 GridSplitter(网格分割)1:垂直分割B,Splitter(分割)对象之 GridSplitter(网格分割)2:水平分割C,Splitter(分割)对象之 GridSplitter(网格分割)3:Grid嵌套水平分割D, Splitter(分割)对象之 GridSplitter(网格分割)3:Grid嵌套水平分割+垂直分割1.A, Splitter(分割)对象之 GridSplitter(网格分割)1:垂直分割返回顶部1,2,
阅读全文
posted @
2013-11-10 23:54
ylbtech
阅读(2475)
推荐(0) 编辑
SilverLight:布局(1) Border(边框)对象、Grid(网格)对象
摘要:ylbtech-SilverLight-Layout:布局(1) Border(边框)对象、Grid(网格)对象A, Border(边框)对象B, Grid(网格)对象C, Grid(网格)对象之合并行、和并列1.A, Border(边框)对象返回顶部1,2, 3,Margin,Background, BorderBrush[边框颜色], BorderThickness[边框宽度], CornerRadius[圆角半径]4,1.B, Grid(网格)对象返回顶部1,2, ...
阅读全文
posted @
2013-11-10 22:37
ylbtech
阅读(2949)
推荐(0) 编辑
SilverLight:基础控件使用(6)-Slider控件
摘要:ylbtech-SilverLight-Basic-Control:基础控件使用(6)-Slider控件Slider 控件Slider 控件的 ValueChanged 事件1.A,返回顶部Slider控件(滑动器控件)1,2,Name, Height, Width,Maxmum, Minmum, Value,Orientation[布局方向]=[水平方向|垂直方向], IsDirectionReversed[增长方向]=[True[自右向左增加|自上而下增加]]3,//赋值this.slider1.Value = 10;this.slider1.Orientation = Orientati
阅读全文
posted @
2013-11-01 16:04
ylbtech
阅读(1004)
推荐(0) 编辑
SilverLight:基础控件使用(5)-TreeView控件-基本使用
摘要:ylbtech-SilverLight-Basic-Control:基础控件使用(5)-TreeView控件-基本使用前台编辑后台逐个添加后台绑定数据源1.A,返回顶部TreeView控件(树形视图控件)-前台编辑1, 2,Name, Height, Width,Header, IsExpanded[是否展开], IsSelected[是否选中状态]3,//取值string str1aHeader = ((TreeViewItem)treeView1.SelectedItem)...
阅读全文
posted @
2013-11-01 11:16
ylbtech
阅读(1559)
推荐(0) 编辑