ManyToManyField

Undocumented in source.

Members

Aliases

PrimaryKeyType
alias PrimaryKeyType = typeof(primaryKeyAlias)
Undocumented in source.
T
alias T = ModelFromIdOrModel!idOrModel
Undocumented in source.
primaryKeyAlias
alias primaryKeyAlias = IdAliasFromIdOrModel!idOrModel
Undocumented in source.

Functions

add
void add(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(PrimaryKeyType primaryKey)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(PrimaryKeyType primaryKey)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
populated
T[] populated()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
setCachedPopulated
void setCachedPopulated(T[] populated)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

primaryKeyField
enum primaryKeyField;
Undocumented in source.

Variables

toAdd
PrimaryKeyType[] toAdd;
Undocumented in source.
toClear
bool toClear;
Undocumented in source.
toRemove
PrimaryKeyType[] toRemove;
Undocumented in source.

Meta