WorkMatch MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The WorkMatch type exposes the following members.
Constructors

  NameDescription
Public methodWorkMatch(IConfigSectionNode)
Initializes a new instance of the WorkMatch class
Public methodWorkMatch(String, Int32)
Initializes a new instance of the WorkMatch class
Back to Top
Methods

  NameDescription
Protected methodCheck_AbsentCookies
Protected methodCheck_AbsentHeaders
Protected methodCheck_AcceptTypes
Protected methodCheck_ApiVersions
Protected methodCheck_ContentTypes
Protected methodCheck_Cookies
Protected methodCheck_Headers
Protected methodCheck_Hosts
Protected methodCheck_IsLocal
Protected methodCheck_IsSocialNetBot
Protected methodCheck_Methods
Protected methodCheck_Permissions
Protected methodCheck_Ports
Protected methodCheck_Schemes
Protected methodCheck_UserAgents
Protected methodCheck_UserHosts
Protected methodCheck_VariablesAndGetValues
Public methodOnlineEquals
Determines whether the specified object is equal to the current object.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as the default hash function.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodMake
Decides whether the specified WorkContext makes the match per this instance and if it does, returns the match variables. Returns null if match was not made
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsBool (Defined by ObjectValueConversion.)
Public Extension MethodAsByte (Defined by ObjectValueConversion.)
Public Extension MethodAsChar (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime(DateTime, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID(GDID, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol(GDIDSymbol, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsInt (Defined by ObjectValueConversion.)
Public Extension MethodAsJSONConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLaconicConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNonNullOrEmptyString (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableBool (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableChar (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDateTime (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDIDSymbol (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableShort (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableTimeSpan (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableULong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsShort (Defined by ObjectValueConversion.)
Public Extension MethodAsString (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan(TimeSpan, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsULong (Defined by ObjectValueConversion.)
Public Extension MethodAsUri (Defined by ObjectValueConversion.)
Public Extension MethodAsUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsXMLConfig (Defined by ObjectValueConversion.)
Public Extension MethodToErlObject Overloaded.
Try to convert .NET native object type to corresponding Erlang term. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToErlObject(ErlTypeOrder, Boolean)Overloaded.
Try to convert .NET native object type to corresponding Erlang term of given type. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToJSON(JSONWritingOptions)Overloaded.
Serializes object into JSON string
(Defined by JSONExtensions.)
Public Extension MethodToJSON(TextWriter, JSONWritingOptions)Overloaded.
Serializes object into JSON format using provided TextWriter
(Defined by JSONExtensions.)
Public Extension MethodToJSON(Stream, JSONWritingOptions, Encoding)Overloaded.
Serializes object into JSON format using provided stream and optional encoding
(Defined by JSONExtensions.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberCONFIG_MATCH_SECTION
Public fieldStatic memberCONFIG_NOT_PATH_ATTR
Public fieldStatic memberCONFIG_PATH_ATTR
Public fieldStatic memberCONFIG_VAR_SECTION
Public fieldStatic memberLIST_DELIMITERS
Back to Top
Properties

  NameDescription
Public propertyAbsentCookies
Public propertyAbsentHeaders
Public propertyAcceptJson
Shortcut to AcceptTypes contaioning application/json
Public propertyAcceptTypes
Public propertyApiMaxVer
Public propertyApiMinVer
Public propertyContentTypes
Public propertyCookies
Public propertyHeaders
Public propertyHosts
Public propertyIsLocal
Public propertyIsSocialNetBot
Public propertyMethods
Public propertyName
Returns the match instance name
Public propertyNotPathPattern
Returns the URIPattern matcher for reverse URI path segment matching
Public propertyOrder
Returns the match order in handler registry. Order is used for URI pattern matching. Although Order property can change the match needs to be Unregistered/Registered again with the handler to change pattern matching order
Public propertyPathPattern
Returns the URIPattern matcher for URI path segment matching
Public propertyPermissions
Public propertyPorts
Public propertySchemes
Public propertyTypeNsPrefix
Namespace prefix used for type lookups. The prefix uses '/' or '\' path separation char not '.'
Public propertyUserAgents
Public propertyUserHosts
Public propertyVariables
Returns registry of variables. May register/unregister variables at runtime
Back to Top
See Also