CrudEventsUtils
Assembly: ServiceStack.Server.dll
View Source
Declaration
public static class CrudEventsUtils : object
Methods
Null(String)
Returns null
View Source
Declaration
public static string Null(string value)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | value |
Identity(String)
Returns itself as-is
View Source
Declaration
public static string Identity(string value)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | value |
AnonymizeLastIpSegment(String)
Returns Single IP with empty last segment
View Source
Declaration
public static string AnonymizeLastIpSegment(string remoteIp)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | remoteIp |
InitSchema(ICrudEvents)
View Source
Declaration
public static void InitSchema(this ICrudEvents events)
Parameters
Type | Name |
---|---|
ServiceStack.ICrudEvents | events |
Clear(ICrudEvents)
View Source
Declaration
public static void Clear(this ICrudEvents events)
Parameters
Type | Name |
---|---|
ServiceStack.ICrudEvents | events |