Click or drag to resize

IConfigRecordChange Method

Overload List
  NameDescription
Public methodRecordChange(IContext, ConfigKey, Boolean)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, ConfigKey, Double)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, ConfigKey, Guid)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, ConfigKey, Int32)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, ConfigKey, String)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, String, Boolean, NullableGuid)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, String, Double, NullableGuid)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, String, Guid, NullableGuid)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, String, Int32, NullableGuid)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Public methodRecordChange(IContext, String, String, NullableGuid)
Record a new value for the specified configuration item.
It will not apply the change in the configuration, nor save in the database unless you explicitly call the ApplyRecordedChanges(IContext) method.
Top
See Also