Sphyrnidae Common Library  2.0.1
Shared Utilities/Library
Sphyrnidae.Common.Api.Attributes Namespace Reference

Classes

class  AuthenticationAttribute
 Represents how authentication should be done on the request (middleware will authenticate based on this attribute) More...
 
class  EnumValidatorAttribute
 A value for an enum must be present in the enum More...
 
class  NotDefaultAttribute
 Allows a value type property (eg. structs (Guid)) to require non-default values More...
 
class  RegExAttribute
 A value must be a valid regular expression syntax More...
 
class  SkipLogAttribute
 Allows you to specify that the call should NOT be logged More...