Click or drag to resize

DbChange Class

Inheritance Hierarchy
SystemObject
  EDK4Net.CoreBindableObject
    EDK4Net.CoreBusinessBase
      EDK4Net.CoreBusinessObjectDbChange
        EDK4Net.Data.AuditDbChange

Namespace:  EDK4Net.Data.Audit
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[SerializableAttribute]
[ObjectMetaDataAttribute("EDK4NetAudit", DataProviderType.Sql, false, "")]
public class DbChange : BusinessObject<DbChange>

The DbChange type exposes the following members.

Properties
  NameDescription
Protected propertyAllChangesHistory (Inherited from BusinessObjectT.)
Public propertyApplicationName
Public propertyAttachedProperties (Inherited from BusinessObjectT.)
Public propertyAuditHistory (Inherited from BusinessObjectT.)
Public propertyAuthException (Inherited from BusinessObjectT.)
Protected propertyAuthorizationRules (Inherited from BusinessBase.)
Public propertyBrokenRules (Inherited from BusinessObjectT.)
Public propertyBusinessBase
Public propertyChangedValues (Inherited from BusinessObjectT.)
Public propertyChangingValues (Inherited from BusinessObjectT.)
Public propertyCurrentCNWrapper (Inherited from BusinessObjectT.)
Public propertyDBClass (Inherited from BusinessObjectT.)
Public propertyDeleted
Public propertyFilledFromEntityBase (Inherited from BusinessBase.)
Protected propertyIdentityInsert (Inherited from BusinessBase.)
Protected propertyIdValueNewObject (Inherited from BusinessObjectT.)
Public propertyIsChild (Inherited from BusinessObjectT.)
Public propertyIsDeleted (Inherited from BusinessObjectT.)
Public propertyIsDirty (Inherited from BusinessObjectT.)
Protected propertyIsExampleObject (Inherited from BusinessBase.)
Public propertyIsNew (Inherited from BusinessObjectT.)
Public propertyIsParent (Inherited from BusinessObjectT.)
Protected propertyIsQueryObject (Inherited from BusinessBase.)
Public propertyIsReadOnly (Inherited from BusinessObjectT.)
Public propertyLastSaveMethod (Inherited from BusinessObjectT.)
Public propertyNew
Public propertyNewValue
Public propertyPropertyName
Public propertySaveResult (Inherited from BusinessObjectT.)
Protected propertytemporaryAuditDisabled (Inherited from BusinessObjectT.)
Public propertyTransactionDate
Public propertyTransactionID
Public propertyUniqueID
Public propertyUserid
Public propertyValueObject
Top
Methods
  NameDescription
Protected methodAddAuthorizationRules (Inherited from BusinessBase.)
Protected methodAddInstanceAuthorizationRules (Inherited from BusinessBase.)
Protected methodAfterSaveMethod (Inherited from BusinessObjectT.)
Public methodAuditEnabled (Overrides BusinessBaseAuditEnabled.)
Public methodAuthorizationRulesEnabled (Inherited from BusinessBase.)
Public methodCanCreateObject (Inherited from BusinessBase.)
Public methodCanCreateObject(Boolean) (Inherited from BusinessBase.)
Public methodCanCreateProperty (Inherited from BusinessBase.)
Public methodCanCreateProperty(Boolean) (Inherited from BusinessBase.)
Public methodCanCreateProperty(String) (Inherited from BusinessBase.)
Public methodCanCreateProperty(String, Boolean) (Inherited from BusinessBase.)
Public methodCanExecuteMethod (Inherited from BusinessBase.)
Public methodCanExecuteMethod(Boolean) (Inherited from BusinessBase.)
Public methodCanExecuteMethod(String) (Inherited from BusinessBase.)
Public methodCanExecuteMethod(String, Boolean) (Inherited from BusinessBase.)
Public methodCanReadObject (Inherited from BusinessBase.)
Public methodCanReadObject(Boolean) (Inherited from BusinessBase.)
Public methodCanReadProperty (Inherited from BusinessBase.)
Public methodCanReadProperty(Boolean) (Inherited from BusinessBase.)
Public methodCanReadProperty(String) (Inherited from BusinessBase.)
Public methodCanReadProperty(String, Boolean) (Inherited from BusinessBase.)
Public methodCanWriteObject (Inherited from BusinessBase.)
Public methodCanWriteObject(Boolean) (Inherited from BusinessBase.)
Public methodCanWriteProperty (Inherited from BusinessBase.)
Public methodCanWriteProperty(Boolean) (Inherited from BusinessBase.)
Public methodCanWriteProperty(String) (Inherited from BusinessBase.)
Public methodCanWriteProperty(String, Boolean) (Inherited from BusinessBase.)
Protected methodCheckDeleteRules (Inherited from BusinessObjectT.)
Protected methodCheckRules (Inherited from BusinessObjectT.)
Public methodClone (Inherited from BusinessObjectT.)
Public methodEquals (Inherited from BusinessObjectT.)
Protected methodFetchByExample (Inherited from BusinessObjectT.)
Protected methodFetchBySql (Inherited from BusinessObjectT.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromEntityBase (Inherited from BusinessObjectT.)
Public methodGetAuditCnString (Inherited from BusinessObjectT.)
Public methodGetAuditConnectionString (Overrides BusinessObjectTGetAuditConnectionString.)
Protected methodGetClone (Inherited from BusinessBase.)
Public methodGetDataViewChanges (Inherited from BusinessObjectT.)
Public methodGetDefaultCNString (Overrides BusinessObjectTGetDefaultCNString.)
Public methodGetDefaultDataProvider (Inherited from BusinessObjectT.)
Public methodGetHashCode (Inherited from BusinessObjectT.)
Protected methodGetIdValue (Overrides BusinessObjectTGetIdValue.)
Public methodGetPropertyType (Inherited from BusinessBase.)
Public methodGetPropertyValue (Inherited from BusinessBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValues (Inherited from BusinessObjectT.)
Protected methodInitialize (Inherited from BusinessObjectT.)
Protected methodInitOriginalValues (Inherited from BusinessObjectT.)
Public methodIsLocked (Inherited from BusinessObjectT.)
Protected methodIsPropertyChanged(PropertyInfo) (Inherited from BusinessObjectT.)
Protected methodIsPropertyChanged(PropertyData) (Inherited from BusinessObjectT.)
Public methodKindOfAudit (Inherited from BusinessBase.)
Public methodLockExclusive (Inherited from BusinessObjectT.)
Public methodMarkAsChild (Inherited from BusinessObjectT.)
Public methodMarkAsParent (Inherited from BusinessObjectT.)
Protected methodMarkDeleted (Inherited from BusinessObjectT.)
Protected methodMarkUnDeleted (Inherited from BusinessObjectT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnIsDirtyChanging (Inherited from BindableObject.)
Protected methodOnMessage (Inherited from BusinessObjectT.)
Protected methodOnPropertyChanged (Inherited from BindableObject.)
Protected methodOnPropertyChanging (Inherited from BindableObject.)
Protected methodOnSaved (Inherited from BusinessObjectT.)
Protected methodOnStateChange (Inherited from BusinessObjectT.)
Protected methodOnUnknownPropertyChanged (Inherited from BindableObject.)
Protected methodOnUnknownPropertyChanging (Inherited from BindableObject.)
Protected methodPostFetchMethod (Inherited from BusinessObjectT.)
Protected methodPostSaveMethod (Inherited from BusinessObjectT.)
Protected methodPreSaveMethod (Inherited from BusinessObjectT.)
Protected methodPropertyHasChanged (Inherited from BusinessObjectT.)
Protected methodPropertyHasChanged(String) (Inherited from BusinessObjectT.)
Protected methodPropertyIsChanging (Inherited from BusinessObjectT.)
Protected methodPropertyIsChanging(String) (Inherited from BusinessObjectT.)
Protected methodRaiseOnAfterSave (Inherited from BusinessObjectT.)
Protected methodRaiseOnPostSave (Inherited from BusinessObjectT.)
Protected methodRaiseOnPreSave (Inherited from BusinessObjectT.)
Public methodRemoveLock (Inherited from BusinessObjectT.)
Public methodSave (Inherited from BusinessObjectT.)
Public methodSave(CNWrapper) (Inherited from BusinessObjectT.)
Public methodSaveOrUpdate (Inherited from BusinessObjectT.)
Public methodSerializeToJson (Inherited from BusinessBase.)
Public methodSetPropertyValue (Inherited from BusinessBase.)
Public methodSetReadOnly (Inherited from BusinessObjectT.)
Public methodStoreToCache (Inherited from BusinessObjectT.)
Public methodToEntityBase (Inherited from BusinessObjectT.)
Public methodToString (Inherited from BusinessObjectT.)
Protected methodUndoChanges (Inherited from BusinessObjectT.)
Public methodUpdateLock (Inherited from BusinessObjectT.)
Top
Events
Explicit Interface Implementations
See Also