ImportOperation Class
Import operation
Namespace:
Xafari.Data
Assembly: Xafari.Data (in Xafari.Data.dll)
- c#
- VB
public class ImportOperation : IOperation
Public Class ImportOperation
Implements IOperation
End Class
| Name | Description | |
|---|---|---|
|
ImportOperation() | default initialization |
|
ImportOperation(XafApplication) | Initializes an instance of the import operation. |
| Name | Description | |
|---|---|---|
|
Application | Copy XAF-application. |
|
DataSource | Data source. |
|
IsBreaked | Property helps to terminate step of import |
|
IsDelObect | |
|
IsReferenceObjectCreatingBreaked | Is OnReferenceObjectCreating() method should be breaked |
|
KeyManager | Key manager of external keys |
|
LogCollect | LoggerImportOperation. |
|
ModeAfterSearchKeyObject | Property describes what to do after search key of object while inmopr operation is working |
|
ObjectSpace | Worked space for import operation |
|
Settings | Operation settings. |
|
levelProtocol |
Top
| Name | Description | |
|---|---|---|
|
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
|
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
|
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
|
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
| Name | Description | |
|---|---|---|
|
EndProcessTable | This event occurs after end process by one table |
|
EndProcessTables | This event occurs after End Process Tables |
|
Finished | This event occurs at the end of the operation. |
|
KeyObjectFound | This event occurs after search conformity between recived row keymembername and possible existing object |
|
Logging | This event occurs at the beginning of log process. |
|
MemberProcessing | This event occurs during every member of imported object processing. |
|
ObjectCreated | This event occurs after the creation of the object. |
|
ObjectCreating | This event occurs before the creation of the objectа. |
|
ObjectDeleting | |
|
ReferenceObjectCreated | This event occurs after the creation of the inner reference of object. |
|
ReferenceObjectCreating | This event occurs before the creation the inner reference of object. |
|
StartProcessTables | This event occurs after Start Process Tables |
|
Started | This event occurs at the beginning of the operation. |
|
StartedProcessTable | This event occurs after started process by one table |
|
StartingProcessTable | This event occurs when starting process by one table |
Import XAF-objects from data source DataSource.
Imported types, and that the properties are set in the settings Settings.
Xafari.Data.ImportOperation
Windows Phone 8.1, Windows Phone 8, Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.