Class AutomationProfileService.ProfileEditResult
Represents the result of a profile set operation.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationProfileService.ProfileEditResult
Properties
AutomationProfile
Gets the automation profile.
Declaration
public AutomationProfile AutomationProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationProfile |
IsNew
Gets a value indicating whether the automation profile is new or has been updated.
Declaration
public bool IsNew { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuccess
Gets a value indicating whether the automation profile was created.
Declaration
public bool IsSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |