代码搜索:DOMAIN

找到约 10,000 项符合「DOMAIN」的源代码

代码结果 10,000
www.eeworm.com/read/451220/1663860

cs domain.cs

//------------------------------------------------------------------------------ // // This code was generated by NHibernate. // // Changes to this file may cause incorrect
www.eeworm.com/read/451220/1663885

cs domain.cs

using System.Collections.Generic; namespace NHibernate.Test.NHSpecificTest.NH1301 { public class ClassA { private int id; private IList bCollection = new List(); pub
www.eeworm.com/read/451220/1663889

cs domain.cs

using System; using System.Collections; namespace NHibernate.Test.NHSpecificTest.NH643 { [Serializable] public class Parent { private int _id; private IList _children = new ArrayList(
www.eeworm.com/read/451220/1663915

cs domain.cs

using System; using System.Collections.Generic; using System.Text; namespace NHibernate.Test.NHSpecificTest.NH1080 { public class A { private int id; private string v
www.eeworm.com/read/451220/1663952

cs domain.cs

namespace NHibernate.Test.NHSpecificTest.NH1488 { public abstract class Category { private int id; private string name; protected Category() {} protected Category(string name) {
www.eeworm.com/read/451220/1663957

cs domain.cs

using System; using System.Collections.Generic; using System.Text; namespace NHibernate.Test.NHSpecificTest.NH1293 { public class Customer { private int id; private string
www.eeworm.com/read/451220/1663968

cs domain.cs

using System; using System.Collections.Generic; using System.Text; namespace NHibernate.Test.NHSpecificTest.HqlOnMapWithForumula { public class A { private int id; pr
www.eeworm.com/read/451220/1663987

cs domain.cs

using System; using System.Collections; using System.Text; using log4net; using NHibernate.Cache; using System.Collections.Generic; namespace NHibernate.Test.NHSpecificTest.NH720 { public c
www.eeworm.com/read/451220/1663989

cs domain.cs

namespace NHibernate.Test.NHSpecificTest.NH1101 { public class A { private int id; private string descript; private B b; public A() {} public A(string descript) { this.descr
www.eeworm.com/read/451220/1663996

cs domain.cs

namespace NHibernate.Test.NHSpecificTest.NH1383 { public class MyNullableComponent { private int? _i1; private int _i2; public int? I1 { get { return _i1; } set { _i1 = valu