ImportExport Class
NAMESPACE
RASAdminEngine.Core.OutputModels.ClientRulesPolicy.ControlSettings
DESCRIPTION
Control Settings Import Export Policy
INHERITED FROM
RASSerilazableObj⇒ImportExport
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
Boolean | DontExport | Will not allow any exportation of the connection settings. | |
Boolean | DontImport | Will not allow any importation of the connection settings. | |
Boolean | DontImportExport | Will not allow any importation or exportation of the connection settings. | |
Boolean | Enabled | Whether Control Settings Import Export policy is enabled or not. |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated