Class ApizrRequestMethod
- Namespace
- Apizr.Configuring
- Assembly
- Apizr.dll
public class ApizrRequestMethod : IEquatable<ApizrRequestMethod>
- Inheritance
-
ApizrRequestMethod
- Implements
- Inherited Members
Properties
All
public static ApizrRequestMethod All { get; }
Property Value
AllCrud
public static ApizrRequestMethod AllCrud { get; }
Property Value
AllHttp
public static ApizrRequestMethod AllHttp { get; }
Property Value
CrudCreate
public static ApizrRequestMethod CrudCreate { get; }
Property Value
CrudDelete
public static ApizrRequestMethod CrudDelete { get; }
Property Value
CrudRead
public static ApizrRequestMethod CrudRead { get; }
Property Value
CrudReadAll
public static ApizrRequestMethod CrudReadAll { get; }
Property Value
CrudSafeCreate
public static ApizrRequestMethod CrudSafeCreate { get; }
Property Value
CrudSafeDelete
public static ApizrRequestMethod CrudSafeDelete { get; }
Property Value
CrudSafeRead
public static ApizrRequestMethod CrudSafeRead { get; }
Property Value
CrudSafeReadAll
public static ApizrRequestMethod CrudSafeReadAll { get; }
Property Value
CrudSafeUpdate
public static ApizrRequestMethod CrudSafeUpdate { get; }
Property Value
CrudUpdate
public static ApizrRequestMethod CrudUpdate { get; }
Property Value
HttpDelete
public static ApizrRequestMethod HttpDelete { get; }
Property Value
HttpGet
public static ApizrRequestMethod HttpGet { get; }
Property Value
HttpHead
public static ApizrRequestMethod HttpHead { get; }
Property Value
HttpOptions
public static ApizrRequestMethod HttpOptions { get; }
Property Value
HttpPost
public static ApizrRequestMethod HttpPost { get; }
Property Value
HttpPostMultipart
public static ApizrRequestMethod HttpPostMultipart { get; }
Property Value
HttpPut
public static ApizrRequestMethod HttpPut { get; }
Property Value
Method
public string Method { get; }
Property Value
MethodName
public string MethodName { get; }
Property Value
Methods
Equals(ApizrRequestMethod)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ApizrRequestMethod other)
Parameters
other
ApizrRequestMethodAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
other
parameter; otherwise, false.
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
- bool
true if the specified object is equal to the current object; otherwise, false.
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
TryParse(string, out ApizrRequestMethod)
public static bool TryParse(string method, out ApizrRequestMethod requestMethod)
Parameters
method
stringrequestMethod
ApizrRequestMethod
Returns
Operators
operator ==(ApizrRequestMethod, ApizrRequestMethod)
public static bool operator ==(ApizrRequestMethod left, ApizrRequestMethod right)
Parameters
left
ApizrRequestMethodright
ApizrRequestMethod
Returns
operator >=(ApizrRequestMethod, ApizrRequestMethod)
public static bool operator >=(ApizrRequestMethod left, ApizrRequestMethod right)
Parameters
left
ApizrRequestMethodright
ApizrRequestMethod
Returns
operator !=(ApizrRequestMethod, ApizrRequestMethod)
public static bool operator !=(ApizrRequestMethod left, ApizrRequestMethod right)
Parameters
left
ApizrRequestMethodright
ApizrRequestMethod
Returns
operator <=(ApizrRequestMethod, ApizrRequestMethod)
public static bool operator <=(ApizrRequestMethod left, ApizrRequestMethod right)
Parameters
left
ApizrRequestMethodright
ApizrRequestMethod