Click or drag to resize

ExtensionMethods Class

Extension methods
Inheritance Hierarchy
SystemObject
  SanteDB.Rest.CommonExtensionMethods

Namespace: SanteDB.Rest.Common
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods
 NameDescription
Public Extension MethodEncodeAscii Encode the specified string to ASCII escape characters
Public Extension MethodGetIfMatch Get the if match header
Public Extension MethodGetIfModifiedSince Get if modified since
Public Extension MethodGetIfNoneMatch Get if non match header
Public Extension MethodGetIfUnmodifiedSince Get if modified since
Public Extension MethodSetETag Set the e-tag
Public Extension MethodSetLastModified Set last modified time
Top
See Also