NHibernate NET开发者所需的

源代码在线查看: compositeelement.cs

软件大小: 3356 K
上传用户: baorong216
关键词: NHibernate NET 开发者
下载地址: 免注册下载 普通下载 VIP

相关代码

				using System;
				
				namespace NHibernate.Test.NHSpecificTest.NH965
				{
				    public class CompositeElement
				    {
				        private string prop;
				
				        public virtual string Prop
				        {
				            get { return prop; }
				            set { prop = value; }
				        }
				    }
				}
							

相关资源