PortalApplicationCategoriesCompanion class
- Inheritance
-
- Object
- UpdateCompanion<
PortalApplicationCategory> - PortalApplicationCategoriesCompanion
Constructors
-
PortalApplicationCategoriesCompanion({Value<
int> id = const Value.absent(), Value<int> user = const Value.absent(), Value<String> distinguishedName = const Value.absent(), Value<String> nameZh = const Value.absent(), Value<String?> nameEn = const Value.absent(), Value<int> position = const Value.absent()}) -
const
-
PortalApplicationCategoriesCompanion.insert({Value<
int> id = const Value.absent(), required int user, required String distinguishedName, required String nameZh, Value<String?> nameEn = const Value.absent(), required int position})
Properties
-
distinguishedName
→ Value<
String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
id
→ Value<
int> -
final
-
nameEn
→ Value<
String?> -
final
-
nameZh
→ Value<
String> -
final
-
position
→ Value<
int> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
user
→ Value<
int> -
final
Methods
-
copyWith(
{Value< int> ? id, Value<int> ? user, Value<String> ? distinguishedName, Value<String> ? nameZh, Value<String?> ? nameEn, Value<int> ? position}) → PortalApplicationCategoriesCompanion -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toColumns(
bool nullToAbsent) → Map< String, Expression< Object> > -
Converts this object into a map of column names to expressions to insert
or update.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
custom(
{Expression< int> ? id, Expression<int> ? user, Expression<String> ? distinguishedName, Expression<String> ? nameZh, Expression<String> ? nameEn, Expression<int> ? position}) → Insertable<PortalApplicationCategory>