Interface ISecuredPropertyAccessor
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
public interface ISecuredPropertyAccessor
Methods
ClearAllChangedSecuredProperties()
void ClearAllChangedSecuredProperties()
ClearChangedSecuredProperties(object)
void ClearChangedSecuredProperties(object obj)
Parameters
obj
object
EnterObjectSaving(IXPObject)
void EnterObjectSaving(IXPObject obj)
Parameters
obj
IXPObject
ExitObjectSaving(IXPObject)
void ExitObjectSaving(IXPObject obj)
Parameters
obj
IXPObject
GetChangedSecuredProperties(object)
IEnumerable<string> GetChangedSecuredProperties(object obj)
Parameters
obj
object
Returns
- IEnumerable<string>
SetPropertyValue<T>(object, string, T)
void SetPropertyValue<T>(object obj, string propertyName, T value)
Parameters
obj
object
propertyName
string
value
T
Type Parameters
T