Entity - класс Члены Смотри также Terrasoft.Core.Entities - пространство имен : Entity - класс C#
Glossary Item Box
public class Entity
Тип Entity предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | Entity | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | ChangeType | Type of the object modifying. |
![]() | EntitySchemaManager | Instance of the entity schema manager. |
![]() | EntitySchemaManagerName | Name of the entity schema manager. |
![]() | HasColumnValues | Indicates whether an object has at least one column. |
![]() | HierarchyColumnValue | Value of column of the parent record relationship for hierarchical objects. |
![]() | InstanceUId | Object instance identifier. |
![]() | IsDeletedFromDB | Determines whether an object is deleted from the database. |
![]() | IsInColumnValueChanged | Determines whether the handling of the ColumnValueChanged event is performed. |
![]() | IsInColumnValueChanging | Determines whether the handling of the ColumnValueChanging event is performed. |
![]() | IsInDefColumnValuesSet | Determines whether the handling of the DefColumnValuesSet event is performed. |
![]() | IsInDeleted | Determines whether the handling of the Deleted event is performed. |
![]() | IsInDeleting | Determines whether the handling of the Deleting event is performed. |
![]() | IsInInserted | Determines whether the handling of the Inserted event is performed. |
![]() | IsInInserting | Determines whether the handling of the Inserting event is performed. |
![]() | IsInLoaded | Determines whether the handling of the Loaded event is performed. |
![]() | IsInLoading | Determines whether the handling of the Loading event is performed. |
![]() | IsInSaved | Determines whether the handling of the Saved event is performed. |
![]() | IsInSaveError | Determines whether the handling of the SaveError event is performed. |
![]() | IsInSaving | Determines whether the handling of the Saving event is performed. |
![]() | IsInUpdated | Determines whether the handling of the Updated event is performed. |
![]() | IsInUpdating | Determines whether the handling of the Updating event is performed. |
![]() | IsInValidating | Determines whether the handling of the Validating event is performed. |
![]() | IsSchemaInitialized | Indicates whether the entity schema is initialized. |
![]() | LicOperationPrefix | Prefix of the operation that is being licensed. |
![]() | LoadState | State of the object loading. |
![]() | PrimaryColumnValue | Value of the primary column. |
![]() | PrimaryDisplayColumnValue | Value of the primary column for display. |
![]() | Process | The embedded process of an object. |
![]() | Schema | Instance of the entity schema. |
![]() | SchemaName | Name of the entity schema. |
![]() | StoringState | State of the object storing |
![]() | UseAdminRights | Flag that determines if the access rights will be taken into account when inserting, updating and deleting data. |
![]() | UseDefRights | Determines the use of default permissions to an object. |
![]() | UseLazyLoad | Determines whether to use the initial lazy loading of object data. |
![]() | UserConnection | User connection. |
![]() | ValidationMessages | Collection of the messages output when validating an object. |
![]() | ValueListSchemaManager | Instance of the object enumerations manager. |
![]() | ValueListSchemaManagerName | Name of object enumerations manager. |
Имя | Описание | |
---|---|---|
![]() | AddDefRights | Перегружен. |
![]() | Clone | Создает клон текущего экземпляра Entity. |
![]() | Delete | Перегружен. |
![]() ![]() | DeserializeFromJson | Converts specified JSON string to an object of the Entity type. |
![]() | Equals | Determines whether the specified System.Object object is equal to the current Entity object. |
![]() | ExistInDB | Перегружен. |
![]() | FetchFromDB | Перегружен. |
![]() | FetchPrimaryInfoFromDB | Перегружен. |
![]() | GetBytesValue | Gets the value of the specified column as a byte array. |
![]() | GetChangedColumnValues | Returns an enumerator of names of the column properties that have been edited. |
![]() | GetColumnDisplayValue | Gets the value for display of the object property that matches the specified column of the entity schema. |
![]() | GetColumnOldValue | Перегружен. |
![]() | GetColumnValue | Перегружен. |
![]() | GetColumnValueNames | Gets the enumerator of names of the entity columns. |
![]() | GetHashCode | Returns a hash code for an entity. |
![]() | GetIsColumnValueLoaded | Перегружен. |
![]() | GetTypedColumnValue | Перегружен. |
![]() | GetTypedOldColumnValue | Перегружен. |
![]() | InsertToDB | Adds an entry of the current object to the database based on the passed-in parameters. |
![]() | IsColumnValueLoaded | Перегружен. |
![]() | Load | Перегружен. |
![]() | LoadColumnValue | Перегружен. |
![]() | LoadLookupDisplayValues | Перегружен. |
![]() | LoadShallow | Перегружен. |
![]() | ReadData | Перегружен. |
![]() | ResetOldColumnValues | Reverts all object properties to previous values. |
![]() | Save | Saves the object to the database. |
![]() ![]() | SerializeToJson | Converts an object to a JSON string. |
![]() | SetBytesValue | Sets passed value of the System.Byte type for the specified property of an object. |
![]() | SetColumnBothValues | Перегружен. |
![]() | SetColumnValue | Перегружен. |
![]() | SetDefColumnValue | Перегружен. |
![]() | SetDefColumnValues | Sets default values for all object properties. |
![]() | SetStreamValue | Sets passed value of the System.IO.Stream type for the specified property of an object. |
![]() | ToString | Converts an object to its string representation. Returns the value of the primary display column. |
![]() | TrackChangeInDB | Writes information about modifying the current object to the change log. |
![]() | UpdateInDB | Updates the object record in the database. |
![]() | WriteData | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | ColumnValueChanged | Event handler used after modifying the value of an entity column. |
![]() | ColumnValueChanging | Event handler used before modifying the value of an entity column. |
![]() | DefColumnValuesSet | Event handler used after setting default values for the object fields. |
![]() | Deleted | Event handler used after deleting an object. |
![]() | Deleting | Event handler used before deleting an object. |
![]() | Inserted | Event handler used after inserting an object. |
![]() | Inserting | Event handler used before inserting an object. |
![]() | Loaded | Event handler used after loading an object. |
![]() | Loading | Event handler used before loading an object. |
![]() | Saved | Event handler used after saving an object. |
![]() | SaveError | Event handler used when an error occurs while saving an object. |
![]() | Saving | Event handler used before saving an object. |
![]() | Updated | Event handler used after updating an object. |
![]() | Updating | Event handler used before updating an object. |
![]() | Validating | Event handler used when validating an object. |
System.Object
Terrasoft.Core.Entities.Entity
Terrasoft.Core.Entities.SystemEntity