代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/297135/3891897
cs collectionhistoryinfo.cs
namespace PowerEasy.Model.Collection
{
using PowerEasy.Model;
using System;
public class CollectionHistoryInfo : PowerEasy.Model.Nullable
{
private DateTime m_Collecti
www.eeworm.com/read/297135/3891898
cs collectionlistruleinfo.cs
namespace PowerEasy.Model.Collection
{
using PowerEasy.Model;
using System;
public class CollectionListRuleInfo : PowerEasy.Model.Nullable
{
private bool m_IsLinkSpeci
www.eeworm.com/read/297135/3891899
cs collectionfilterruleinfo.cs
namespace PowerEasy.Model.Collection
{
using PowerEasy.Model;
using System;
public class CollectionFilterRuleInfo : PowerEasy.Model.Nullable
{
private string m_BeginCo
www.eeworm.com/read/297135/3891900
cs collectionfieldruleinfo.cs
namespace PowerEasy.Model.Collection
{
using PowerEasy.Model;
using System;
public class CollectionFieldRuleInfo : PowerEasy.Model.Nullable
{
private string m_BeginCod
www.eeworm.com/read/297135/3891901
cs collectionpagingruleinfo.cs
namespace PowerEasy.Model.Collection
{
using PowerEasy.Model;
using System;
public class CollectionPagingRuleInfo : PowerEasy.Model.Nullable
{
private int m_Correlatio
www.eeworm.com/read/297135/3891902
cs collectioniteminfo.cs
namespace PowerEasy.Model.Collection
{
using PowerEasy.Model;
using System;
public class CollectionItemInfo : PowerEasy.Model.Nullable
{
private string m_CodeType;
www.eeworm.com/read/295365/3911250
cxx safecoll.cxx
/*
* safecoll.cxx
*
* Thread safe collection classes.
*
* Portable Windows Library
*
* Copyright (c) 2002 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozil
www.eeworm.com/read/292632/3951911
java queryspecification.java
package com.jdon.jivejdon.model.query;
import java.util.Collection;
/**
* QuerySpecification
* we regard SQL as a specification that belongs to domain layer ,
* now default is Databse