摘要:
1.时序图概述 时序图(Sequence Diagram)是显示对象之间交互的二维图,横轴表示对象,纵轴表示时间,消息在各对象之间横向传递,依照时间顺序纵向由上至下排列。 时序图的主要建模元素包括:参与者(Actor)、对象(Object)、生命线(Lifeline)、控制焦点(Focus of C 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Text; using System.Data.Entity.Infrastructure.Interc 阅读全文