ShouldItemBeExportedArgs Class |
Namespace: DataPAClientConfig
public class ShouldItemBeExportedArgs : EventArgs
The ShouldItemBeExportedArgs type exposes the following members.
Name | Description | |
---|---|---|
ShouldItemBeExportedArgs | Initializes a new instance of the ShouldItemBeExportedArgs class |
Name | Description | |
---|---|---|
ExportItem |
Set this to TRUE to export the current item, FALSE to skip it.
| |
IsFunction |
TRUE means the current item is a function, FALSE means it is not a function.
| |
IsSubject |
TRUE means the current item is a Subject, FALSE means it is not a subject.
| |
IsSystem |
TRUE means the current item is a System, FALSE means it is not a system.
| |
ObjectID |
If IsSubject is TRUE then this holds the Subject ID, if IsFunction is true, holds the function ID.
| |
ObjectName |
Returns the object name
| |
ObjectType |
Gets a property that indicates the type of object being exported
| |
SystemName |
If IsSystem is TRUE then this holds the System name.
|