コード例 #1
1
 internal RouteRow(DataRowBuilder builder)
     : base(builder)
 {
     Route = "";
     Distance = 0;
     Link = "";
 }
コード例 #2
1
ファイル: DataRow.cs プロジェクト: carrie901/mono
		/// <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;
		}
コード例 #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);
		}
コード例 #4
1
		public AktuelleProjektorteNurProjekte(DataRowBuilder builder) : base(builder){}
コード例 #5
1
				internal Order_DetailsRow(DataRowBuilder rb) : 
					base(rb) 
				{
					this.tableOrder_Details = ((Order_DetailsDataTable)(this.Table));
				}
コード例 #6
1
		public MaterialJPGForeignKeyConnectorenTyp(DataRowBuilder builder) : base(builder){}
コード例 #7
1
 // This is what a subclassed dataSet overrides to create a new row.
 protected virtual DataRow NewRowFromBuilder(DataRowBuilder builder) {
     return new DataRow(builder);
 }
コード例 #8
1
				protected override DataRow NewRowFromBuilder(DataRowBuilder builder) 
				{
					return new Order_DetailsRow(builder);
				}
コード例 #9
1
		public AktuelleProgrammBlock(DataRowBuilder builder) : base(builder){}
コード例 #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);
        }
コード例 #11
1
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new FeatureRow(builder);
 }
コード例 #12
1
 internal FeatureRow(DataRowBuilder rb) :
     base(rb)
 {
     tableFeature = ((FeatureDataTable) (Table));
 }
コード例 #13
1
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new Corporation_LinkRow(builder);
 }
コード例 #14
1
 internal Corporation_LinkRow(DataRowBuilder rb) :
     base(rb)
 {
     tableCorporation_Link = ((Corporation_LinkDataTable) (Table));
 }
コード例 #15
1
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new StreetRow(builder);
 }
コード例 #16
1
 internal StreetRow(DataRowBuilder rb) :
     base(rb)
 {
     tableStreet = ((StreetDataTable) (Table));
 }
コード例 #17
1
 internal Person_LinkRow(DataRowBuilder rb) :
     base(rb)
 {
     tablePerson_Link = ((Person_LinkDataTable) (Table));
 }
コード例 #18
1
 internal Sheet_LinkRow(DataRowBuilder rb) :
     base(rb)
 {
     tableSheet_Link = ((Sheet_LinkDataTable) (Table));
 }
コード例 #19
1
 internal PatrolsRow(DataRowBuilder rb) : 
         base(rb) {
     this.tablePatrols = ((PatrolsDataTable)(this.Table));
 }
コード例 #20
1
		public AutoCreationTyp(DataRowBuilder builder) : base(builder){}
コード例 #21
1
ファイル: datosPagare.cs プロジェクト: yesashii/upa
 internal pagareRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tablepagare = ((pagareDataTable)(this.Table));
 }
コード例 #22
1
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder) {
     return new PatrolsRow(builder);
 }
コード例 #23
1
ファイル: Permissions.cs プロジェクト: CarverLab/Oyster
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new PermissionsTableRow(builder);
 }
コード例 #24
1
ファイル: Permissions.cs プロジェクト: CarverLab/Oyster
 internal PermissionsTableRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tablePermissionsTable = ((PermissionsTableDataTable)(this.Table));
 }
コード例 #25
1
 protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
 {
     return new HierarchyRow(builder);
 }
コード例 #26
1
 internal HierarchyRow(DataRowBuilder builder)
     : base(builder)
 {
 }
コード例 #27
1
		public VwAspnetWebPartStatePath(DataRowBuilder builder) : base(builder){}
コード例 #28
1
ファイル: Frame.generated.cs プロジェクト: heinzsack/DEV
		public Frame(DataRowBuilder builder) : base(builder){}
コード例 #29
1
ファイル: TimingTyp.generated.cs プロジェクト: heinzsack/DEV
		public TimingTyp(DataRowBuilder builder) : base(builder){}
コード例 #30
1
ファイル: Material.generated.cs プロジェクト: heinzsack/DEV
		public Material(DataRowBuilder builder) : base(builder){}
コード例 #31
0
 /// <summary>
 /// 初始化sys_Summary对象
 /// </summary>
 internal protected Sys_BillSource(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
コード例 #32
0
 protected internal DataRow(DataRowBuilder builder)
 {
     this.tempRecord = builder._record;
     this._table     = builder._table;
     this._columns   = this._table.Columns;
 }
コード例 #33
0
 internal VoiceNoteRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableVoiceNote = ((VoiceNoteDataTable)(this.Table));
 }
コード例 #34
0
 protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder)
 {
     return(new VoiceNoteRow(builder));
 }
コード例 #35
0
 /// <summary>
 /// 初始化SystemArea对象
 /// </summary>
 internal protected Sys_Property(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
コード例 #36
0
ファイル: Row.cs プロジェクト: DonaldAirey/quasar
 /// <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();
 }
コード例 #37
0
 internal RelationshipDetailsRow(System.Data.DataRowBuilder rb)
     : base(rb)
 {
     this._tableRelationshipDetails = ((RelationshipDetailsCollection)(base.Table));
 }
コード例 #38
0
 /// <summary>
 /// 初始化SystemArea对象
 /// </summary>
 internal protected Sys_Role_Data_Busi(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
コード例 #39
0
ファイル: IndexRow.cs プロジェクト: DonaldAirey/quasar
 /// <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.
 }
コード例 #40
0
 /// <summary>
 /// 初始化Sys_Summary_Set对象
 /// </summary>
 internal protected Sys_Summary_Set(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
コード例 #41
0
ファイル: TransactionRow.cs プロジェクト: DonaldAirey/quasar
 /// <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)
 {
 }
コード例 #42
0
 /// <summary>
 /// 初始化sys_Summary对象
 /// </summary>
 internal protected Sys_Summary_ReportTemplate(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
コード例 #43
0
 internal TableDetailsRow(System.Data.DataRowBuilder rb)
     :
     base(rb)
 {
     this._tableTableDetails = ((TableDetailsCollection)(base.Table));
 }
コード例 #44
0
 /// <summary>
 /// 初始化SystemArea对象
 /// </summary>
 internal protected Sys_Role_User(System.Data.DataRowBuilder builder)
     : base(builder)
 {
 }
コード例 #45
0
ファイル: Table.cs プロジェクト: DonaldAirey/quasar
 /// <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));
 }
コード例 #46
0
ファイル: MonkeyDataSet.cs プロジェクト: pmq20/mono_forked
 protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder)
 {
     return(new MonkeyTableRow(builder));
 }
コード例 #47
0
ファイル: MonkeyDataSet.cs プロジェクト: pmq20/mono_forked
 internal MonkeyTableRow(System.Data.DataRowBuilder builder) :
     base(builder)
 {
     this.tableMonkeyTable = ((MonkeyTableDataTable)(this.Table));
 }
コード例 #48
0
ファイル: IndexTable.cs プロジェクト: DonaldAirey/quasar
 /// <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));
 }
コード例 #49
0
 /// <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));
 }