class documentation

Undocumented

Method after_create Undocumented
Method after_create_related Undocumented
Method after_delete Undocumented
Method after_select Undocumented
Method after_update Undocumented
Method before_create Undocumented
Method before_create_related Undocumented
Method before_delete Undocumented
Method before_select Undocumented
Method before_update Undocumented
Method describe Undocumented
Method do_init Undocumented
Method do_init_related Undocumented
Method do_validate Undocumented
Method find_relatable_features Undocumented
Method from_props Undocumented
Method from_record Undocumented
Method prop_to_python Undocumented
Method python_to_prop Undocumented
Method python_to_raw Undocumented
Method raw_to_python Undocumented
Method related_models Undocumented
Method to_props Undocumented
Method to_record Undocumented
Class Variable attributeType Undocumented
Class Variable isAuto Undocumented
Class Variable isPrimaryKey Undocumented
Class Variable isRequired Undocumented
Class Variable isUnique Undocumented
Class Variable model Undocumented
Class Variable name Undocumented
Class Variable supportsFilterSearch Undocumented
Class Variable supportsGeometrySearch Undocumented
Class Variable supportsKeywordSearch Undocumented
Class Variable title Undocumented
Class Variable validators Undocumented
Class Variable values Undocumented
Class Variable widget Undocumented

Inherited from INode:

Method activate Undocumented
Method cfg Undocumented
Method closest Undocumented
Method configure Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method post_configure Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable config Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented

Inherited from IObject (via INode):

Method props Undocumented
Class Variable permissions Undocumented
def describe(self) -> Optional[ColumnDescription]: (source)

Undocumented

def do_init_related(self, to_feature: IFeature, mc: ModelContext): (source)
def do_validate(self, feature: IFeature, mc: ModelContext): (source)

Undocumented

def find_relatable_features(self, search: SearchQuery, mc: ModelContext) -> list[IFeature]: (source)
def python_to_prop(self, feature: IFeature, value, mc: ModelContext): (source)
def python_to_raw(self, feature: IFeature, value, mc: ModelContext): (source)
def raw_to_python(self, feature: IFeature, value, mc: ModelContext): (source)
def related_models(self) -> list[IModel]: (source)

Undocumented

isAuto: bool = (source)

Undocumented

isPrimaryKey: bool = (source)

Undocumented

isRequired: bool = (source)

Undocumented

isUnique: bool = (source)

Undocumented

name: str = (source)

Undocumented

supportsFilterSearch: bool = (source)

Undocumented

supportsKeywordSearch: bool = (source)
title: str = (source)

Undocumented

validators: list[IModelValidator] = (source)

Undocumented

Undocumented