C# Class Raven.Abstractions.Extensions.MetadataExtensions

Extensions for handling metadata
Mostra file Open project: nhsevidence/ravendb

Public Methods

Method Description
FilterHeaders ( this self, bool isServerDocument ) : RavenJObject

Filters the headers from unwanted headers

FilterHeaders ( this self, bool isServerDocument ) : RavenJObject

Filters the headers from unwanted headers

Private Methods

Method Description
CaptureHeaderName ( string header ) : string
GetValue ( string val ) : RavenJToken

Method Details

FilterHeaders() public static method

Filters the headers from unwanted headers
public static FilterHeaders ( this self, bool isServerDocument ) : RavenJObject
self this The self.
isServerDocument bool if set to true [is server document].
return RavenJObject

FilterHeaders() public static method

Filters the headers from unwanted headers
public static FilterHeaders ( this self, bool isServerDocument ) : RavenJObject
self this The self.
isServerDocument bool if set to true [is server document].
return RavenJObject