WebApiModulesAdministratorCustomFormCustomForm class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesAdministratorCustomFormCustomForm({String? customFormId, String? webUserId, String? userName, String? baseForm, String? description, String? html, bool? active, bool? inactive, String? assignTo, bool? selfAssign, String? dateStamp, String? auditNote, String? recordTitle, List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) -
WebApiModulesAdministratorCustomFormCustomForm.fromJson(Map<
String, dynamic> json) -
factory
Properties
- active → bool?
-
final
- assignTo → String?
-
final
- auditNote → String?
-
final
- baseForm → String?
-
final
-
custom
→ List<
FwStandardDataFwCustomValue> ? -
final
- customFormId → String?
-
final
- dateStamp → String?
-
final
-
defaultFieldAttributes
→ List<
FwStandardDataFwDefaultAttribute> ? -
final
- description → String?
-
final
-
fields
→ List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- html → String?
-
final
- inactive → bool?
-
final
- recordTitle → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfAssign → bool?
-
final
-
translation
→ List<
FwStandardDataFwTranslatedValue> ? -
final
- userName → String?
-
final
- webUserId → String?
-
final
Methods
-
copyWith(
{String? customFormId, String? webUserId, String? userName, String? baseForm, String? description, String? html, bool? active, bool? inactive, String? assignTo, bool? selfAssign, String? dateStamp, String? auditNote, String? recordTitle, List< FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) → WebApiModulesAdministratorCustomFormCustomForm -
Available on WebApiModulesAdministratorCustomFormCustomForm, provided by the $WebApiModulesAdministratorCustomFormCustomFormExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? customFormId, Wrapped<String?> ? webUserId, Wrapped<String?> ? userName, Wrapped<String?> ? baseForm, Wrapped<String?> ? description, Wrapped<String?> ? html, Wrapped<bool?> ? active, Wrapped<bool?> ? inactive, Wrapped<String?> ? assignTo, Wrapped<bool?> ? selfAssign, Wrapped<String?> ? dateStamp, Wrapped<String?> ? auditNote, Wrapped<String?> ? recordTitle, Wrapped<List< ? fields, Wrapped<FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?>List< ? custom, Wrapped<FwStandardDataFwCustomValue> ?>List< ? defaultFieldAttributes, Wrapped<FwStandardDataFwDefaultAttribute> ?>List< ? translation}) → WebApiModulesAdministratorCustomFormCustomFormFwStandardDataFwTranslatedValue> ?> -
Available on WebApiModulesAdministratorCustomFormCustomForm, provided by the $WebApiModulesAdministratorCustomFormCustomFormExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesAdministratorCustomFormCustomForm Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAdministratorCustomFormCustomForm instance)