PrintDocument for WinForms
Aggregate コンストラクタ(String,String,C1DataBinding,RunningEnum,AggregateFuncEnum)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > Aggregate クラス > Aggregate コンストラクタ : Aggregate コンストラクタ(String,String,C1DataBinding,RunningEnum,AggregateFuncEnum)
A string assigned to the C1.C1Preview.NamedCollectionItem.Name property of this aggregate.
A string assigned to the Aggregate.ExpressionText property of this aggregate.
C1DataBinding assigned to the Aggregate.DataBinding property of this aggregate.
A value assigned to the Aggregate.Running property of this aggregate.
A value assigned to the Aggregate.Func property of this aggregate.
Initializes a new instance of the Aggregate class, assigning the name, expression, data binding, scope and function of the aggregate.
シンタックス
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal expressionText As System.String, _
   ByVal dataBinding As C1DataBinding, _
   ByVal running As RunningEnum, _
   ByVal func As AggregateFuncEnum _
)
'使用法
 
Dim name As System.String
Dim expressionText As System.String
Dim dataBinding As C1DataBinding
Dim running As RunningEnum
Dim func As AggregateFuncEnum
 
Dim instance As New Aggregate(name, expressionText, dataBinding, running, func)
public Aggregate( 
   System.string name,
   System.string expressionText,
   C1DataBinding dataBinding,
   RunningEnum running,
   AggregateFuncEnum func
)

パラメータ

name
A string assigned to the C1.C1Preview.NamedCollectionItem.Name property of this aggregate.
expressionText
A string assigned to the Aggregate.ExpressionText property of this aggregate.
dataBinding
C1DataBinding assigned to the Aggregate.DataBinding property of this aggregate.
running
A value assigned to the Aggregate.Running property of this aggregate.
func
A value assigned to the Aggregate.Func property of this aggregate.
参照

Aggregate クラス
Aggregate メンバ
オーバーロード一覧