C# Class Microsoft.AspNetCore.JsonPatch.Resources

Show file Open project: aspnet/JsonPatch

Private Properties

Property Type Description
FormatCannotDeterminePropertyType string
FormatCannotReadProperty string
FormatCannotUpdateProperty string
FormatDictionaryKeyNotFound string
FormatInvalidIndexForArrayProperty string
FormatInvalidJsonPatchDocument string
FormatInvalidPathForArrayProperty string
FormatInvalidValueForPath string
FormatInvalidValueForProperty string
FormatNegativeIndexForArrayProperty string
FormatParameterMustMatchType string
FormatPropertyCannotBeAdded string
FormatPropertyCannotBeRemoved string
FormatPropertyDoesNotExist string
FormatTestOperationNotSupported string
GetString string

Private Methods

Method Description
FormatCannotDeterminePropertyType ( object p0 ) : string

The type of the property at path '{0}' could not be determined.

FormatCannotReadProperty ( object p0 ) : string

The property at '{0}' could not be read.

FormatCannotUpdateProperty ( object p0 ) : string

The property at path '{0}' could not be updated.

FormatDictionaryKeyNotFound ( object p0 ) : string

The key '{0}' was not found.

FormatInvalidIndexForArrayProperty ( object p0, object p1 ) : string

For operation '{0}' on array property at path '{1}', the index is larger than the array size.

FormatInvalidJsonPatchDocument ( object p0 ) : string

The type '{0}' was malformed and could not be parsed.

FormatInvalidPathForArrayProperty ( object p0, object p1 ) : string

For operation '{0}', the provided path is invalid for array property at path '{1}'.

FormatInvalidValueForPath ( object p0 ) : string

The provided string '{0}' is an invalid path.

FormatInvalidValueForProperty ( object p0, object p1 ) : string

The value '{0}' is invalid for property at path '{1}'.

FormatNegativeIndexForArrayProperty ( object p0, object p1 ) : string

For operation '{0}' on array property at path '{1}', the index is negative.

FormatParameterMustMatchType ( object p0, object p1 ) : string

'{0}' must be of type '{1}'.

FormatPropertyCannotBeAdded ( object p0 ) : string

The property at path '{0}' could not be added.

FormatPropertyCannotBeRemoved ( object p0 ) : string

The property at path '{0}' could not be removed.

FormatPropertyDoesNotExist ( object p0 ) : string

Property does not exist at path '{0}'.

FormatTestOperationNotSupported ( ) : string

The test operation is not supported.

GetString ( string name ) : string