C# Class Raven.Abstractions.Extensions.MetadataExtensions

Extensions for handling metadata
Afficher le fichier Open project: nhsevidence/ravendb

Méthodes publiques

Méthode 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

Méthode Description
CaptureHeaderName ( string header ) : string
GetValue ( string val ) : RavenJToken

Method Details

FilterHeaders() public static méthode

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].
Résultat RavenJObject

FilterHeaders() public static méthode

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].
Résultat RavenJObject