Свойство | Тип | Описание | |
---|---|---|---|
_calculationColumnDefinitions | IList |
||
_transformColumnDefinitions | IList |
Метод | Описание | |
---|---|---|
GetCalculationColumnDefinitions ( ) : IEnumerable |
||
GetTransformColumnDefinitions ( ) : IEnumerable |
||
TransformDefinitions ( ) : MongoDB.Bson |
Метод | Описание | |
---|---|---|
Build ( ) : void | ||
Calculate ( string name, BsonValue>.Func |
||
Copy ( string source, string target = null ) : void | ||
Transform ( string source, BsonValue>.Func |
protected Calculate ( string name, BsonValue>.Func |
||
name | string | |
func | BsonValue>.Func | |
Результат | void |
protected Copy ( string source, string target = null ) : void | ||
source | string | |
target | string | |
Результат | void |
public GetCalculationColumnDefinitions ( ) : IEnumerable |
||
Результат | IEnumerable |
public GetTransformColumnDefinitions ( ) : IEnumerable |
||
Результат | IEnumerable |
protected Transform ( string source, BsonValue>.Func |
||
source | string | |
func | BsonValue>.Func | |
target | string | |
Результат | void |
public TransformDefinitions ( ) : MongoDB.Bson | ||
Результат | MongoDB.Bson |
protected IList |
||
Результат | IList |