Méthode | Description | |
---|---|---|
AddChanges ( |
Adds the changes.
|
|
AddChanges ( |
Adds the changes.
|
|
DeleteChanges ( |
Deletes any saved history items.
|
|
SaveChanges ( |
Saves a list of history messages.
|
|
SaveChanges ( |
Saves the changes.
|
public static AddChanges ( |
||
rockContext | The rock context. | |
modelType | Type of the model. | |
categoryGuid | System.Guid | The category unique identifier. |
entityId | int | The entity identifier. |
changes | List |
The changes. |
modifiedByPersonAliasId | int | The modified by person alias identifier. |
Résultat | void |
public static AddChanges ( |
||
rockContext | The rock context. | |
modelType | Type of the model. | |
categoryGuid | System.Guid | The category unique identifier. |
entityId | int | The entity identifier. |
changes | List |
The changes. |
caption | string | The caption. |
relatedModelType | Type of the related model. | |
relatedEntityId | int | The related entity identifier. |
modifiedByPersonAliasId | int | The modified by person alias identifier. |
Résultat | void |
public static DeleteChanges ( |
||
rockContext | The rock context. | |
modelType | Type of the model. | |
entityId | int | The entity identifier. |
Résultat | void |
public static SaveChanges ( |
||
rockContext | The rock context. | |
modelType | Type of the model. | |
categoryGuid | System.Guid | The category unique identifier. |
entityId | int | The entity identifier. |
changes | List |
The changes. |
commitSave | bool | if set to |
modifiedByPersonAliasId | int | The modified by person alias identifier. |
Résultat | void |
public static SaveChanges ( |
||
rockContext | The rock context. | |
modelType | Type of the model. | |
categoryGuid | System.Guid | The category unique identifier. |
entityId | int | The entity identifier. |
changes | List |
The changes. |
caption | string | The caption. |
relatedModelType | Type of the related model. | |
relatedEntityId | int | The related entity identifier. |
commitSave | bool | if set to |
modifiedByPersonAliasId | int | The modified by person alias identifier. |
Résultat | void |