Method | Description | |
---|---|---|
FdoJoin ( |
Initializes a new instance of the FdoJoin class.
|
|
FdoJoin ( |
Initializes a new instance of the FdoJoin class.
|
|
GetAllErrors ( ) : IEnumerable |
||
GetDescription ( ) : string |
Gets a description of this process
|
|
GetFileExtension ( ) : string |
Gets the file extension associated with this process. For tasks where CanSave is false, an empty string is returned
|
|
Save ( string file, string name ) : void |
Saves this process to a file
|
Method | Description | |
---|---|---|
Initialize ( ) : void |
Initializes this instance.
|
|
OnFeatureProcessed ( FdoOperationBase op, FdoRow dictionary ) : void |
Called when [feature processed].
|
|
OnFinishedProcessing ( FdoOperationBase op ) : void |
Called when [finished processing].
|
Method | Description | |
---|---|---|
CreateMergedClass ( ClassDefinition leftCls, ClassDefinition rightCls ) : ClassDefinition | ||
PrepareClass ( ClassDefinition cls, ICollection |
public FdoJoin ( |
||
options | The options. | |
return | System |
public FdoJoin ( |
||
options | The options. | |
reportFrequency | int | The report frequency. |
return | System |
protected OnFeatureProcessed ( FdoOperationBase op, FdoRow dictionary ) : void | ||
op | FdoOperationBase | The op. |
dictionary | FdoRow | The dictionary. |
return | void |
protected OnFinishedProcessing ( FdoOperationBase op ) : void | ||
op | FdoOperationBase | The op. |
return | void |
public Save ( string file, string name ) : void | ||
file | string | The file to save this process to |
name | string | The name of the process |
return | void |