public SegmentWriteState(DocumentsWriter docWriter, Directory directory, System.String segmentName, System.String docStoreSegmentName, int numDocs, int numDocsInStore, int termIndexInterval)
		{
			this.docWriter = docWriter;
			this.directory = directory;
			this.segmentName = segmentName;
			this.docStoreSegmentName = docStoreSegmentName;
			this.numDocs = numDocs;
			this.numDocsInStore = numDocsInStore;
			this.termIndexInterval = termIndexInterval;
            flushedFiles = new System.Collections.Generic.HashSet<string>();
		}
 private void InitData()
 {
     this.stafflist = this.dataService.GetStaffList();
     this.groups = this.dataService.GetEntGroupList();
 }
예제 #3
0
        }                                                                                                                     // UserInfoAttributes.FK_UserInfoAttributes_SecondaryUserInfo

        public UserInfo()
        {
            UserInfoAttributes_PrimaryId   = new System.Collections.Generic.List <UserInfoAttribute>();
            UserInfoAttributes_SecondaryId = new System.Collections.Generic.List <UserInfoAttribute>();
        }
예제 #4
0
        }                                                                                                                                            // SIRA_57_CONFIGURACION_SHIPPER.FK_SIRA_57_CONFIGURACION_SHIPPER_TRANSPORT_CODES

        public SIR_Sir46SedTransportCode()
        {
            SIR_Sir346SedDocument = new System.Collections.Generic.List <SIR_Sir346SedDocument>();
            SIRAdmin_Sira57ConfiguracionShipper = new System.Collections.Generic.List <SIRAdmin_Sira57ConfiguracionShipper>();
        }
예제 #5
0
        }                                                                                                                                     // tbl_Mst_WildLifeHeadDetails.HeadIDFK

        public Master_TblMstWildLifeHeadMaster()
        {
            IsActive = true;
            CodeName = "";
            Master_TblMstWildLifeHeadDetails = new System.Collections.Generic.List <Master_TblMstWildLifeHeadDetail>();
        }
예제 #6
0
 public void initValue()
 {
     this.Value = new System.Collections.Generic.List <string>();
 }
예제 #7
0
            public CommitPoint(IndexFileDeleter enclosingInstance, System.Collections.ICollection commitsToDelete, Directory directory, SegmentInfos segmentInfos)
            {
                InitBlock(enclosingInstance);
                this.directory = directory;
                this.commitsToDelete = commitsToDelete;
                userData = segmentInfos.GetUserData();
                segmentsFileName = segmentInfos.GetCurrentSegmentFileName();
                version = segmentInfos.GetVersion();
                generation = segmentInfos.GetGeneration();
                files = segmentInfos.Files(directory, true);
                gen = segmentInfos.GetGeneration();
                isOptimized = segmentInfos.Count == 1 && !segmentInfos.Info(0).HasDeletions();

                System.Diagnostics.Debug.Assert(!segmentInfos.HasExternalSegments(directory));
            }
예제 #8
0
			internal ReaderCommit(SegmentInfos infos, Directory dir)
			{
				segmentsFileName = infos.GetCurrentSegmentFileName();
				this.dir = dir;
				userData = infos.GetUserData();
                files = infos.Files(dir, true);
				version = infos.GetVersion();
				generation = infos.GetGeneration();
				isOptimized = infos.Count == 1 && !infos.Info(0).HasDeletions();
			}
예제 #9
0
 public GroupObjectInfo(object @object, NeoDatis.Odb.Core.Layers.Layer2.Meta.ODBType
                        odbType) : base(@object, odbType)
 {
     this.nonNativeObjects = new System.Collections.Generic.List <NeoDatis.Odb.Core.Layers.Layer2.Meta.NonNativeObjectInfo
                                                                  >();
 }
예제 #10
0
 public PortalRole()
 {
     PortalDomainRoles = new System.Collections.Generic.List <PortalDomainRole>();
 }
        }                                                                                                              // ApplicationRegistry.FK__Applicati__Accou__35BCFE0A

        public Account()
        {
            Status = 0;
            ApplicationRegistries = new System.Collections.Generic.List <ApplicationRegistry>();
        }
예제 #12
0
 public DetailsResponse(System.Collections.Generic.ICollection <BillingLineItemModel> billingLineItems, string couponCode, string couponName, System.DateTimeOffset createdAtUtc, int id, System.DateTimeOffset mostRecentTransactionDateUtc, System.Collections.Generic.ICollection <PaymentModel> payments, int programId, System.Collections.Generic.ICollection <RefundModel> refunds, int roundId, double totalBilled, double totalPaid, double totalRefunded, int userId, string programCode  = null, string thirdPartyCorporateId  = null)
 {
     Id                           = @id;
     ProgramId                    = @programId;
     ProgramCode                  = @programCode;
     RoundId                      = @roundId;
     UserId                       = @userId;
     ThirdPartyCorporateId        = @thirdPartyCorporateId;
     CouponName                   = @couponName;
     CouponCode                   = @couponCode;
     CreatedAtUtc                 = @createdAtUtc;
     MostRecentTransactionDateUtc = @mostRecentTransactionDateUtc;
     BillingLineItems             = @billingLineItems;
     Payments                     = @payments;
     Refunds                      = @refunds;
     TotalBilled                  = @totalBilled;
     TotalPaid                    = @totalPaid;
     TotalRefunded                = @totalRefunded;
 }
예제 #13
0
        }                                                                                             // Transaction.FK_Transaction_Person

        public Person()
        {
            DebtDemands  = new System.Collections.Generic.List <DebtDemand>();
            Transactions = new System.Collections.Generic.List <Transaction>();
            InitializePartial();
        }
예제 #14
0
        }                                                                                                                          // EmployeeDepartmentHistory.FK_EmployeeDepartmentHistory_Department_DepartmentID

        public Department()
        {
            ModifiedDate = System.DateTime.Now;
            EmployeeDepartmentHistories = new System.Collections.Generic.List <EmployeeDepartmentHistory>();
            InitializePartial();
        }
예제 #15
0
        public virtual System.Collections.Generic.ICollection<E2RamasClasificacionesGestion> E2RamasClasificacionesGestion { get; set; } // E2_RAMAS_CLASIFICACIONES_GESTION.FK_E2_RAMAS_CLASIFICACIONES_GESTION_T_Mercado

        public TMercado()
        {
            E2RamasClasificacionesGestion = new System.Collections.Generic.List<E2RamasClasificacionesGestion>();
        }
예제 #16
0
 public void initValue()
 {
     this.Value = new System.Collections.Generic.List<DataSeq>();
 }
		public virtual void SetNonNativeObjects(System.Collections.Generic.ICollection<NeoDatis.Odb.Core.Layers.Layer2.Meta.NonNativeObjectInfo
			> nonNativeObjects)
		{
			this.nonNativeObjects = nonNativeObjects;
		}
예제 #18
0
 public virtual void SetNonNativeObjects(System.Collections.Generic.ICollection <NeoDatis.Odb.Core.Layers.Layer2.Meta.NonNativeObjectInfo
                                                                                 > nonNativeObjects)
 {
     this.nonNativeObjects = nonNativeObjects;
 }
예제 #19
0
 public void initValue()
 {
     this.Value = new System.Collections.Generic.List<ContentPartHeader>();
 }
예제 #20
0
 internal OpenSpan.Interactions.Controls.InteractionManager Create_IntMgr(out System.Collections.Generic.ICollection <System.ComponentModel.IComponent> components)
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(_GC_CRM));
     components = new System.Collections.Generic.List <System.ComponentModel.IComponent>();
     OpenSpan.Interactions.Controls.InteractionManager IntMgr = new OpenSpan.Interactions.Controls.InteractionManager();
     this.SetId(IntMgr, new OpenSpan.Design.ComponentIdentity("InteractionManager-8D8E7CD6FC6932A"));
     OpenSpan.DynamicMembers.DynamicPropertyInfo dynamicpropertyinfo1 = new OpenSpan.DynamicMembers.DynamicPropertyInfo();
     dynamicpropertyinfo1.IsSerializable             = true;
     dynamicpropertyinfo1.NoInputConvesion           = false;
     dynamicpropertyinfo1.Source                     = "";
     dynamicpropertyinfo1.ValidateConnectionCallback = null;
     dynamicpropertyinfo1.Visibility                 = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamicpropertyinfo1.CodeDomData                = resources.GetString("__GC_CRM_2_");
     OpenSpan.DynamicMembers.DynamicPropertyInfo dynamicpropertyinfo2 = new OpenSpan.DynamicMembers.DynamicPropertyInfo();
     dynamicpropertyinfo2.IsSerializable             = true;
     dynamicpropertyinfo2.NoInputConvesion           = false;
     dynamicpropertyinfo2.Source                     = "";
     dynamicpropertyinfo2.ValidateConnectionCallback = null;
     dynamicpropertyinfo2.Visibility                 = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamicpropertyinfo2.CodeDomData                = resources.GetString("__GC_CRM_3_");
     OpenSpan.DynamicMembers.DynamicEventInfo dynamiceventinfo1 = new OpenSpan.DynamicMembers.DynamicEventInfo();
     dynamiceventinfo1.Source      = "";
     dynamiceventinfo1.Visibility  = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamiceventinfo1.CodeDomData = resources.GetString("__GC_CRM_4_");
     OpenSpan.DynamicMembers.DynamicEventInfo dynamiceventinfo2 = new OpenSpan.DynamicMembers.DynamicEventInfo();
     dynamiceventinfo2.Source      = "";
     dynamiceventinfo2.Visibility  = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamiceventinfo2.CodeDomData = resources.GetString("__GC_CRM_5_");
     OpenSpan.DynamicMembers.DynamicPropertyInfo dynamicpropertyinfo3 = new OpenSpan.DynamicMembers.DynamicPropertyInfo();
     dynamicpropertyinfo3.IsSerializable             = true;
     dynamicpropertyinfo3.NoInputConvesion           = false;
     dynamicpropertyinfo3.Source                     = "";
     dynamicpropertyinfo3.ValidateConnectionCallback = null;
     dynamicpropertyinfo3.Visibility                 = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamicpropertyinfo3.CodeDomData                = resources.GetString("__GC_CRM_6_");
     OpenSpan.DynamicMembers.DynamicPropertyInfo dynamicpropertyinfo4 = new OpenSpan.DynamicMembers.DynamicPropertyInfo();
     dynamicpropertyinfo4.IsSerializable             = true;
     dynamicpropertyinfo4.NoInputConvesion           = false;
     dynamicpropertyinfo4.Source                     = "";
     dynamicpropertyinfo4.ValidateConnectionCallback = null;
     dynamicpropertyinfo4.Visibility                 = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamicpropertyinfo4.CodeDomData                = resources.GetString("__GC_CRM_7_");
     OpenSpan.DynamicMembers.DynamicPropertyInfo dynamicpropertyinfo5 = new OpenSpan.DynamicMembers.DynamicPropertyInfo();
     dynamicpropertyinfo5.IsSerializable             = true;
     dynamicpropertyinfo5.NoInputConvesion           = false;
     dynamicpropertyinfo5.Source                     = "";
     dynamicpropertyinfo5.ValidateConnectionCallback = null;
     dynamicpropertyinfo5.Visibility                 = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamicpropertyinfo5.CodeDomData                = resources.GetString("__GC_CRM_8_");
     OpenSpan.DynamicMembers.DynamicPropertyInfo dynamicpropertyinfo6 = new OpenSpan.DynamicMembers.DynamicPropertyInfo();
     dynamicpropertyinfo6.IsSerializable             = true;
     dynamicpropertyinfo6.NoInputConvesion           = false;
     dynamicpropertyinfo6.Source                     = "";
     dynamicpropertyinfo6.ValidateConnectionCallback = null;
     dynamicpropertyinfo6.Visibility                 = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamicpropertyinfo6.CodeDomData                = resources.GetString("__GC_CRM_9_");
     OpenSpan.DynamicMembers.DynamicPropertyInfo dynamicpropertyinfo7 = new OpenSpan.DynamicMembers.DynamicPropertyInfo();
     dynamicpropertyinfo7.IsSerializable             = true;
     dynamicpropertyinfo7.NoInputConvesion           = false;
     dynamicpropertyinfo7.Source                     = "";
     dynamicpropertyinfo7.ValidateConnectionCallback = null;
     dynamicpropertyinfo7.Visibility                 = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamicpropertyinfo7.CodeDomData                = resources.GetString("__GC_CRM_10_");
     OpenSpan.DynamicMembers.DynamicEventInfo dynamiceventinfo3 = new OpenSpan.DynamicMembers.DynamicEventInfo();
     dynamiceventinfo3.Source      = "";
     dynamiceventinfo3.Visibility  = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamiceventinfo3.CodeDomData = resources.GetString("__GC_CRM_11_");
     OpenSpan.DynamicMembers.DynamicEventInfo dynamiceventinfo4 = new OpenSpan.DynamicMembers.DynamicEventInfo();
     dynamiceventinfo4.Source      = "";
     dynamiceventinfo4.Visibility  = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamiceventinfo4.CodeDomData = resources.GetString("__GC_CRM_12_");
     OpenSpan.DynamicMembers.DynamicEventInfo dynamiceventinfo5 = new OpenSpan.DynamicMembers.DynamicEventInfo();
     dynamiceventinfo5.Source      = "";
     dynamiceventinfo5.Visibility  = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamiceventinfo5.CodeDomData = resources.GetString("__GC_CRM_13_");
     OpenSpan.DynamicMembers.DynamicEventInfo dynamiceventinfo6 = new OpenSpan.DynamicMembers.DynamicEventInfo();
     dynamiceventinfo6.Source      = "";
     dynamiceventinfo6.Visibility  = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamiceventinfo6.CodeDomData = resources.GetString("__GC_CRM_14_");
     OpenSpan.DynamicMembers.DynamicEventInfo dynamiceventinfo7 = new OpenSpan.DynamicMembers.DynamicEventInfo();
     dynamiceventinfo7.Source      = "";
     dynamiceventinfo7.Visibility  = OpenSpan.TypeManagement.MemberVisibilityLevel.DefaultOn;
     dynamiceventinfo7.CodeDomData = resources.GetString("__GC_CRM_15_");
     IntMgr.DynamicMembers.Add(dynamicpropertyinfo1);
     IntMgr.DynamicMembers.Add(dynamicpropertyinfo2);
     IntMgr.DynamicMembers.Add(dynamiceventinfo1);
     IntMgr.DynamicMembers.Add(dynamiceventinfo2);
     IntMgr.DynamicMembers.Add(dynamicpropertyinfo3);
     IntMgr.DynamicMembers.Add(dynamicpropertyinfo4);
     IntMgr.DynamicMembers.Add(dynamicpropertyinfo5);
     IntMgr.DynamicMembers.Add(dynamicpropertyinfo6);
     IntMgr.DynamicMembers.Add(dynamicpropertyinfo7);
     IntMgr.DynamicMembers.Add(dynamiceventinfo3);
     IntMgr.DynamicMembers.Add(dynamiceventinfo4);
     IntMgr.DynamicMembers.Add(dynamiceventinfo5);
     IntMgr.DynamicMembers.Add(dynamiceventinfo6);
     IntMgr.DynamicMembers.Add(dynamiceventinfo7);
     IntMgr.Prototype   = null;
     IntMgr.TableSchema = resources.GetString("IntMgr.TableSchema");
     IntMgr.UseKeys     = true;
     //
     // Result
     //
     return(IntMgr);
 }
 public bool PollForegroundFrame(KinectInterop.SensorData sensorData, bool isHiResPrefered, Color32 defaultColor, bool bLimitedUsers, System.Collections.Generic.ICollection <int> alTrackedIndexes, ref byte[] foregroundImage)
 {
     return(false);
 }
        }                                                                                                                  // ADMINA_02_PERSONAL.FK_ADMINA_02_PERSONAL_ADMINA_04_PUESTOS

        public Admin_Admina04Puesto()
        {
            Admin_Admina02Personal = new System.Collections.Generic.List <Admin_Admina02Personal>();
            Admin_Admina01Usuario  = new System.Collections.Generic.List <Admin_Admina01Usuario>();
        }
예제 #23
0
        }                                                                                                                                // E2_DATOS_MINIMOS_JERARQUIA_VALORES.FK_E2_DATOS_MINIMOS_JERARQUIA_VALORES_E2_DATOS_MINIMOS_VALORES

        public E2DatosMinimosValore()
        {
            E2DatosMinimosJerarquiaValore = new System.Collections.Generic.List <E2DatosMinimosJerarquiaValore>();
        }
예제 #24
0
 public SalesOrderLine()
 {
     SalesInvoiceLines = new System.Collections.Generic.HashSet <SalesInvoiceLine>();
 }
예제 #25
0
        }                                                                                                                                         // SalesOrderHeaderSalesReason.FK_SalesOrderHeaderSalesReason_SalesReason_SalesReasonID

        public Sales_SalesReason()
        {
            ModifiedDate = System.DateTime.Now;
            Sales_SalesOrderHeaderSalesReasons = new System.Collections.Generic.List <Sales_SalesOrderHeaderSalesReason>();
        }
예제 #26
0
        }                                                                                                 // MeetingMembers.FK_MeetingMembers_Meetings

        public Meeting()
        {
            MeetingMembers = new System.Collections.Generic.List <MeetingMember>();
            InitializePartial();
        }
예제 #27
0
        }                                                                                                     // Child.FK_Child_Parent

        public Synonyms_Parent()
        {
            Synonyms_Children = new System.Collections.Generic.List <Synonyms_Child>();
        }
예제 #28
0
        }                                                                                                 // MeetingMembers.FK_MeetingMembers_Members

        public Member()
        {
            admin_Organizers = new System.Collections.Generic.List <admin_Organizer>();
            MeetingMembers   = new System.Collections.Generic.List <MeetingMember>();
            InitializePartial();
        }
예제 #29
0
        }                                                                                 // Tokens.FK_Tokens_User

        public User()
        {
            Tokens = new System.Collections.Generic.List <Token>();
        }
예제 #30
0
 public TipoFalaLinguaIndigena()
 {
     Morador = new System.Collections.Generic.List <Morador>();
 }
 public void initValue() {
     this.Value = new System.Collections.Generic.List<ManagementExtension>();
 }
        }                                                                                                                                      // SIR_615_MEDIO_TRANSPORTE_SAGARPA.FK_SIR_615_MEDIO_TRANSPORTE_SAGARPA_SIR_614_MEDIO_TRANSPORTE_GOB_SAGARPA

        public SIR_Sir614MedioTransporteGobSagarpa()
        {
            SIR_Sir615MedioTransporteSagarpa = new System.Collections.Generic.List <SIR_Sir615MedioTransporteSagarpa>();
        }
		public GroupObjectInfo(object @object, NeoDatis.Odb.Core.Layers.Layer2.Meta.ODBType
			 odbType) : base(@object, odbType)
		{
			this.nonNativeObjects = new System.Collections.Generic.List<NeoDatis.Odb.Core.Layers.Layer2.Meta.NonNativeObjectInfo
				>();
		}
예제 #34
0
 public CaseState()
 {
     CaseStateHistories = new System.Collections.Generic.List <CaseStateHistory>();
     TaskConfigGroups   = new System.Collections.Generic.List <TaskConfigGroup>();
     TaskConfigurations = new System.Collections.Generic.List <TaskConfiguration>();
 }
예제 #35
0
        /// <summary>
        /// Initializes a new instance of the <see cref="OrderStateList"/> class.
        /// </summary>
        public OrderStateList()
        {
            this.availableStates = new System.Collections.Generic.List<StateModel>();

              this.stateDropDownList = new DropDownList
              {
            DataTextField = "Name",
            DataValueField = "Code",
            ID = "stateDropDownList"
              };
              this.substateContainer = new System.Web.UI.HtmlControls.HtmlGenericControl("ul")
              {
            ID = "SubstateContainer"
              };
              this.substateList = new ListView
              {
            ID = "SubstateList"
              };

              this.substateContainer.Attributes["class"] = "substates";

              this.substateList.LayoutTemplate = new SubstateListLayoutTemplate();
              this.substateList.ItemTemplate = new SubstateListItemTemplate(this);

              this.stateDropDownList.SelectedIndexChanged += this.StateDropDownListOnSelectedIndexChanged;
              this.stateDropDownList.DataBound += this.StateDropDownListOnDataBound;

              this.substateList.DataBinding += this.SubstateList_OnDataBinding;
        }
예제 #36
0
        }                                                                                                       // BingoInstanceContent.FK_BingoInstanceContent_BingoInstanceContentStatusType

        public BingoInstanceContentStatusType()
        {
            BingoInstanceContents = new System.Collections.Generic.List <BingoInstanceContent>();
            InitializePartial();
        }
예제 #37
0
        }                                                                                       // Many to many mapping

        public DilveFormatoProducto()
        {
            DilveFormatoProductoDetallePresentacionEquivalencias = new System.Collections.Generic.List <DilveFormatoProductoDetallePresentacionEquivalencia>();
            TSoportes = new System.Collections.Generic.List <TSoporte>();
        }
예제 #38
0
 public Scope()
 {
     ScopeClaims  = new System.Collections.Generic.List <ScopeClaim>();
     ScopeSecrets = new System.Collections.Generic.List <ScopeSecret>();
 }
예제 #39
0
		/// <summary>Called if we hit an exception at a bad time (when
		/// updating the index files) and must discard all
		/// currently buffered docs.  This resets our state,
		/// discarding any docs added since last flush. 
		/// </summary>
		internal void  Abort()
		{
			lock (this)
			{
				
				try
				{
					if (infoStream != null)
						Message("docWriter: now abort");
					
					// Forcefully remove waiting ThreadStates from line
					waitQueue.Abort();
					
					// Wait for all other threads to finish with
					// DocumentsWriter:
					PauseAllThreads();
					
					try
					{
						
						System.Diagnostics.Debug.Assert(0 == waitQueue.numWaiting);
						
						waitQueue.waitingBytes = 0;
						
						try
						{
							abortedFiles = OpenFiles();
						}
						catch (System.Exception t)
						{
							abortedFiles = null;
						}
						
						deletesInRAM.Clear();
						
						openFiles.Clear();
						
						for (int i = 0; i < threadStates.Length; i++)
							try
							{
								threadStates[i].consumer.Abort();
							}
							catch (System.Exception t)
							{
							}
						
						try
						{
							consumer.Abort();
						}
						catch (System.Exception t)
						{
						}
						
						docStoreSegment = null;
						numDocsInStore = 0;
						docStoreOffset = 0;
						
						// Reset all postings data
						DoAfterFlush();
					}
					finally
					{
						ResumeAllThreads();
					}
				}
				finally
				{
					aborting = false;
					System.Threading.Monitor.PulseAll(this);
				}
			}
		}
예제 #40
0
        }                                                                                           // Many to many mapping

        public AspNetRole()
        {
            AspNetUsers = new System.Collections.Generic.List <AspNetUser>();
        }
예제 #41
0
 public void initValue()
 {
     this.Value = new System.Collections.Generic.List<BugValueType>();
 }
        }                                                                                                                                  // SIR_74_CONOCIMIENTOS_MARITIMOS.FK_SIR_74_CONOCIMIENTOS_MARITIMOS_ADMINC_35_ALMACENES

        public Admin_Adminc35Almacene()
        {
            SIR_Sir41RegTransporte         = new System.Collections.Generic.List <SIR_Sir41RegTransporte>();
            SIR_Sir74ConocimientosMaritimo = new System.Collections.Generic.List <SIR_Sir74ConocimientosMaritimo>();
        }