JsonAdminCommentPreserver Methods |
The JsonAdminCommentPreserver type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAdminComments |
Extracts mfadmin-compatible comments from a json structure.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPreservedComments |
Extracts a list of comments preserved in a non-mfadmin-compatible json structure.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PreserveComments(JObject, JObject, String) |
Preserves the MFAdmin-compatible comments in the source JSON structure
under a single property in the target structure.
|
![]() | PreserveComments(IEnumerableJsonAdminComment, JObject, String) |
Preserves the MFAdmin-compatible comments in the source JSON structure
under a single property in the target structure.
|
![]() | RestoreComments(IEnumerableJsonAdminComment, JObject) |
Restores the MFAdmin-compatible comments into the target JSON structure
from preserved comments in the source JSON structure..
|
![]() | RestoreComments(JObject, JObject, String) |
Restores the MFAdmin-compatible comments into the target JSON structure
from preserved comments in the source JSON structure..
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |