메소드 | 설명 | |
---|---|---|
OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : bool | ||
OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool | ||
OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool | ||
TenantIdInterceptor ( System.Guid tenantId ) : System |
public OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : bool | ||
entity | object | |
id | object | |
currentState | object | |
previousState | object | |
propertyNames | string | |
types | IType | |
리턴 | bool |
public OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | IType | |
리턴 | bool |
public OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | IType | |
리턴 | bool |
public TenantIdInterceptor ( System.Guid tenantId ) : System | ||
tenantId | System.Guid | |
리턴 | System |