Interface FunctionAvailability
Assembly: TcOpen.Inxton.Data.Wpf.dll
Syntax
public interface FunctionAvailability
Properties
|
Improve this Doc
View Source
CancelEditCommandAvailable
Declaration
bool CancelEditCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DeleteCommandAvailable
Declaration
bool DeleteCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EditCommandAvailable
Declaration
bool EditCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ExportCommandAvailable
Declaration
bool ExportCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ImportCommandAvailable
Declaration
bool ImportCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LoadFromPlcCommandAvailable
Declaration
bool LoadFromPlcCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SendToPlcCommandAvailable
Declaration
bool SendToPlcCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StartCreateCopyOfExistingAvailable
Declaration
bool StartCreateCopyOfExistingAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StartCreateNewCommandAvailable
Declaration
bool StartCreateNewCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UpdateCommandAvailable
Declaration
bool UpdateCommandAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|