Example #1
1
 internal RouteRow(DataRowBuilder builder)
     : base(builder)
 {
     Route = "";
     Distance = 0;
     Link = "";
 }
Example #2
1
		/// <summary>
		/// This member supports the .NET Framework infrastructure and is not intended to be
		/// used directly from your code.
		/// </summary>
		protected internal DataRow (DataRowBuilder builder)
		{
			_table = builder.Table;
			// Get the row id from the builder.
			_rowId = builder._rowId;

			rowError = String.Empty;
		}
Example #3
1
		/// <summary>
		/// This member supports the .NET Framework infrastructure and is not intended to be 
		/// used directly from your code.
		/// </summary>
		protected internal DataRow (DataRowBuilder builder)
		{
			_table = builder.Table;
			// Get the row id from the builder.
			_rowId = builder._rowId;

			rowError = String.Empty;

			// create mapped XmlDataElement
			DataSet ds = _table.DataSet;
			if (ds != null && ds._xmlDataDocument != null)
				mappedElement = new XmlDataDocument.XmlDataElement (this, _table.Prefix, _table.TableName, _table.Namespace, ds._xmlDataDocument);
		}
		public AktuelleProjektorteNurProjekte(DataRowBuilder builder) : base(builder){}
				internal Order_DetailsRow(DataRowBuilder rb) : 
					base(rb) 
				{
					this.tableOrder_Details = ((Order_DetailsDataTable)(this.Table));
				}
		public MaterialJPGForeignKeyConnectorenTyp(DataRowBuilder builder) : base(builder){}
 // This is what a subclassed dataSet overrides to create a new row.
 protected virtual DataRow NewRowFromBuilder(DataRowBuilder builder) {
     return new DataRow(builder);
 }
				protected override DataRow NewRowFromBuilder(DataRowBuilder builder) 
				{
					return new Order_DetailsRow(builder);
				}
		public AktuelleProgrammBlock(DataRowBuilder builder) : base(builder){}
Example #10
1
        /// <devdoc>
        /// <para>Initializes a new instance of the <see cref='System.Data.DataTable'/> class with no arguments.</para>
        /// </devdoc>
        public DataTable() {
            GC.SuppressFinalize(this);
            Bid.Trace("<ds.DataTable.DataTable|API> %d#\n", ObjectID);
            nextRowID = 1;
            recordManager = new RecordManager(this);

            _culture = CultureInfo.CurrentCulture;
            this.columnCollection = new DataColumnCollection(this);
            this.constraintCollection = new ConstraintCollection(this);
            this.rowCollection = new DataRowCollection(this);
            this.indexes = new List<Index>();

            rowBuilder = new DataRowBuilder(this, -1);
        }
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new FeatureRow(builder);
 }
 internal FeatureRow(DataRowBuilder rb) :
     base(rb)
 {
     tableFeature = ((FeatureDataTable) (Table));
 }
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new Corporation_LinkRow(builder);
 }
 internal Corporation_LinkRow(DataRowBuilder rb) :
     base(rb)
 {
     tableCorporation_Link = ((Corporation_LinkDataTable) (Table));
 }
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new StreetRow(builder);
 }
 internal StreetRow(DataRowBuilder rb) :
     base(rb)
 {
     tableStreet = ((StreetDataTable) (Table));
 }
 internal Person_LinkRow(DataRowBuilder rb) :
     base(rb)
 {
     tablePerson_Link = ((Person_LinkDataTable) (Table));
 }
 internal Sheet_LinkRow(DataRowBuilder rb) :
     base(rb)
 {
     tableSheet_Link = ((Sheet_LinkDataTable) (Table));
 }
 internal PatrolsRow(DataRowBuilder rb) : 
         base(rb) {
     this.tablePatrols = ((PatrolsDataTable)(this.Table));
 }
		public AutoCreationTyp(DataRowBuilder builder) : base(builder){}
Example #21
1
 internal pagareRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tablepagare = ((pagareDataTable)(this.Table));
 }
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder) {
     return new PatrolsRow(builder);
 }
Example #23
1
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new PermissionsTableRow(builder);
 }
Example #24
1
 internal PermissionsTableRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tablePermissionsTable = ((PermissionsTableDataTable)(this.Table));
 }
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new HierarchyRow(builder);
 }
 internal HierarchyRow(DataRowBuilder builder)
     : base(builder)
 {
 }
		public VwAspnetWebPartStatePath(DataRowBuilder builder) : base(builder){}
Example #28
1
		public Frame(DataRowBuilder builder) : base(builder){}
Example #29
1
		public TimingTyp(DataRowBuilder builder) : base(builder){}
Example #30
1
		public Material(DataRowBuilder builder) : base(builder){}
Example #31
0
 /// <summary>
 /// 初始化sys_Summary对象
 /// </summary>
 internal protected Sys_BillSource(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
Example #32
0
 protected internal DataRow(DataRowBuilder builder)
 {
     this.tempRecord = builder._record;
     this._table     = builder._table;
     this._columns   = this._table.Columns;
 }
 internal VoiceNoteRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableVoiceNote = ((VoiceNoteDataTable)(this.Table));
 }
 protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder)
 {
     return(new VoiceNoteRow(builder));
 }
Example #35
0
 /// <summary>
 /// 初始化SystemArea对象
 /// </summary>
 internal protected Sys_Property(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
Example #36
0
 /// <summary>
 /// Creates a row.
 /// </summary>
 /// <param name="dataRowBuilder">The System.Data.DataRowBuilder type supports the .NET Framework and is not intended to be
 /// used directly by your code.</param>
 public Row(System.Data.DataRowBuilder dataRowBuilder)
     : base(dataRowBuilder)
 {
     // Initialize the object.
     this.ReaderWriterLock = new ReaderWriterLock();
 }
 internal RelationshipDetailsRow(System.Data.DataRowBuilder rb)
     : base(rb)
 {
     this._tableRelationshipDetails = ((RelationshipDetailsCollection)(base.Table));
 }
 /// <summary>
 /// 初始化SystemArea对象
 /// </summary>
 internal protected Sys_Role_Data_Busi(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
Example #39
0
 /// <summary>
 /// Creates a row.
 /// </summary>
 /// <param name="dataRowBuilder">A DataRowBuilder used to construct the row from the column information.</param>
 internal IndexRow(System.Data.DataRowBuilder dataRowBuilder) :
     base(dataRowBuilder)
 {
     // This constructor is left intensionally blank.
 }
Example #40
0
 /// <summary>
 /// 初始化Sys_Summary_Set对象
 /// </summary>
 internal protected Sys_Summary_Set(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
Example #41
0
 /// <summary>
 /// Creates a row that can be managed by the Ado Resource Manager during transactions.
 /// </summary>
 /// <param name="dataRowBuilder"></param>
 public TransactionRow(System.Data.DataRowBuilder dataRowBuilder) : base(dataRowBuilder)
 {
 }
Example #42
0
 /// <summary>
 /// 初始化sys_Summary对象
 /// </summary>
 internal protected Sys_Summary_ReportTemplate(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
 internal TableDetailsRow(System.Data.DataRowBuilder rb)
     :
     base(rb)
 {
     this._tableTableDetails = ((TableDetailsCollection)(base.Table));
 }
Example #44
0
 /// <summary>
 /// 初始化SystemArea对象
 /// </summary>
 internal protected Sys_Role_User(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
Example #45
0
 /// <summary>
 /// Creates a new MarkThree.Row with the same schema as the table.
 /// </summary>
 /// <param name="dataRowBuilder">The System.Data.DataRowBuilder type supports the .NET Framework and is not intended to be
 /// used directly by your code.</param>
 /// <returns>A new MarkThree.Row with the same schema as the table.</returns>
 protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder dataRowBuilder)
 {
     // This will build a new from from the schema information of the table.
     return(new Row(dataRowBuilder));
 }
Example #46
0
 protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder)
 {
     return(new MonkeyTableRow(builder));
 }
Example #47
0
 internal MonkeyTableRow(System.Data.DataRowBuilder builder) :
     base(builder)
 {
     this.tableMonkeyTable = ((MonkeyTableDataTable)(this.Table));
 }
Example #48
0
 /// <summary>
 /// Builds a new IndexRow.
 /// </summary>
 /// <param name="dataRowBuilder">The System.Data.DataRowBuilder supports the .NET Framework and is not to be used directly
 /// from your code.</param>
 /// <returns>A new IndexRow with the same schema as the table.</returns>
 protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder dataRowBuilder)
 {
     return(new IndexRow(dataRowBuilder));
 }
 /// <summary>
 /// Create a new row from a DataRowBuilder object.
 /// </summary>
 /// <param name="builder">The builder to create the row from.</param>
 /// <returns>The row that was created.</returns>
 protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder)
 {
     return(new RelationshipDetailsRow(builder));
 }