Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

Entity - члены Смотри также  Cвойства  Методы  События Terrasoft.Core.Entities - пространство имен : Entity - класс Включить унаследованные члены Включить защищенные члены

Glossary Item Box

Тип Entity предоставляет следующие члены.

Конструкторы

 ИмяОписание
Public Entity Перегружен.   

Cвойства

 ИмяОписание
Public - свойствоChangeTypeType of the object modifying.  
Public - свойствоEntitySchemaManagerInstance of the entity schema manager.  
Public - свойствоEntitySchemaManagerNameName of the entity schema manager.  
Public - свойствоHasColumnValuesIndicates whether an object has at least one column.  
Public - свойствоHierarchyColumnValueValue of column of the parent record relationship for hierarchical objects.  
Public - свойствоInstanceUIdObject instance identifier.  
Public - свойствоIsDeletedFromDBDetermines whether an object is deleted from the database.  
Public - свойствоIsInColumnValueChangedDetermines whether the handling of the ColumnValueChanged event is performed.  
Public - свойствоIsInColumnValueChangingDetermines whether the handling of the ColumnValueChanging event is performed.  
Public - свойствоIsInDefColumnValuesSetDetermines whether the handling of the DefColumnValuesSet event is performed.  
Public - свойствоIsInDeletedDetermines whether the handling of the Deleted event is performed.  
Public - свойствоIsInDeletingDetermines whether the handling of the Deleting event is performed.  
Public - свойствоIsInInsertedDetermines whether the handling of the Inserted event is performed.  
Public - свойствоIsInInsertingDetermines whether the handling of the Inserting event is performed.  
Public - свойствоIsInLoadedDetermines whether the handling of the Loaded event is performed.  
Public - свойствоIsInLoadingDetermines whether the handling of the Loading event is performed.  
Public - свойствоIsInSavedDetermines whether the handling of the Saved event is performed.  
Public - свойствоIsInSaveErrorDetermines whether the handling of the SaveError event is performed.  
Public - свойствоIsInSavingDetermines whether the handling of the Saving event is performed.  
Public - свойствоIsInUpdatedDetermines whether the handling of the Updated event is performed.  
Public - свойствоIsInUpdatingDetermines whether the handling of the Updating event is performed.  
Public - свойствоIsInValidatingDetermines whether the handling of the Validating event is performed.  
Public - свойствоIsSchemaInitializedIndicates whether the entity schema is initialized.  
Public - свойствоLicOperationPrefixPrefix of the operation that is being licensed.  
Public - свойствоLoadStateState of the object loading.  
Public - свойствоPrimaryColumnValueValue of the primary column.  
Public - свойствоPrimaryDisplayColumnValueValue of the primary column for display.  
Public - свойствоProcessThe embedded process of an object.  
Public - свойствоSchemaInstance of the entity schema.  
Public - свойствоSchemaNameName of the entity schema.  
Public - свойствоStoringStateState of the object storing  
Public - свойствоUseAdminRightsFlag that determines if the access rights will be taken into account when inserting, updating and deleting data.  
Public - свойствоUseDefRightsDetermines the use of default permissions to an object.  
Public - свойствоUseLazyLoadDetermines whether to use the initial lazy loading of object data.  
Public - свойствоUserConnectionUser connection.  
Public - свойствоValidationMessagesCollection of the messages output when validating an object.  
Public - свойствоValueListSchemaManagerInstance of the object enumerations manager.  
Public - свойствоValueListSchemaManagerNameName of object enumerations manager.  

Методы

 ИмяОписание
Public - методAddDefRightsПерегружен.   
Public - методCloneСоздает клон текущего экземпляра Entity.  
Public - методDeleteПерегружен.   
Public - методstatic (Shared in Visual Basic)DeserializeFromJsonConverts specified JSON string to an object of the Entity type.  
Public - методEqualsDetermines whether the specified System.Object object is equal to the current Entity object.  
Public - методExistInDBПерегружен.   
Public - методFetchFromDBПерегружен.   
Public - методFetchPrimaryInfoFromDBПерегружен.   
Public - методGetBytesValueGets the value of the specified column as a byte array.  
Public - методGetChangedColumnValuesReturns an enumerator of names of the column properties that have been edited.  
Public - методGetColumnDisplayValueGets the value for display of the object property that matches the specified column of the entity schema.  
Public - методGetColumnOldValueПерегружен.   
Public - методGetColumnValueПерегружен.   
Public - методGetColumnValueNamesGets the enumerator of names of the entity columns.  
Public - методGetHashCodeReturns a hash code for an entity.  
Public - методGetIsColumnValueLoadedПерегружен.   
Public - методGetTypedColumnValueПерегружен.   
Public - методGetTypedOldColumnValueПерегружен.   
Public - методInsertToDBAdds an entry of the current object to the database based on the passed-in parameters.  
Public - методIsColumnValueLoadedПерегружен.   
Public - методLoadПерегружен.   
Public - методLoadColumnValueПерегружен.   
Public - методLoadLookupDisplayValuesПерегружен.   
Public - методLoadShallowПерегружен.   
Public - методReadDataПерегружен.   
Public - методResetOldColumnValuesReverts all object properties to previous values.  
Public - методSaveSaves the object to the database.  
Public - методstatic (Shared in Visual Basic)SerializeToJsonConverts an object to a JSON string.  
Public - методSetBytesValueSets passed value of the System.Byte type for the specified property of an object.  
Public - методSetColumnBothValuesПерегружен.   
Public - методSetColumnValueПерегружен.   
Public - методSetDefColumnValueПерегружен.   
Public - методSetDefColumnValuesSets default values for all object properties.  
Public - методSetStreamValueSets passed value of the System.IO.Stream type for the specified property of an object.  
Public - методToStringConverts an object to its string representation. Returns the value of the primary display column.  
Public - методTrackChangeInDBWrites information about modifying the current object to the change log.  
Public - методUpdateInDBUpdates the object record in the database.  
Public - методWriteDataПерегружен.   

События

 ИмяОписание
Public - событиеColumnValueChangedEvent handler used after modifying the value of an entity column.  
Public - событиеColumnValueChangingEvent handler used before modifying the value of an entity column.  
Public - событиеDefColumnValuesSetEvent handler used after setting default values for the object fields.  
Public - событиеDeletedEvent handler used after deleting an object.  
Public - событиеDeletingEvent handler used before deleting an object.  
Public - событиеInsertedEvent handler used after inserting an object.  
Public - событиеInsertingEvent handler used before inserting an object.  
Public - событиеLoadedEvent handler used after loading an object.  
Public - событиеLoadingEvent handler used before loading an object.  
Public - событиеSavedEvent handler used after saving an object.  
Public - событиеSaveErrorEvent handler used when an error occurs while saving an object.  
Public - событиеSavingEvent handler used before saving an object.  
Public - событиеUpdatedEvent handler used after updating an object.  
Public - событиеUpdatingEvent handler used before updating an object.  
Public - событиеValidatingEvent handler used when validating an object.  

Смотри также

© Terrasoft 2002-2017.