Skip to main content

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
TypeName
System.Stringvalue

Identity(String)

Returns itself as-is

View Source
Declaration
public static string Identity(string value)
Returns

System.String

Parameters
TypeName
System.Stringvalue

AnonymizeLastIpSegment(String)

Returns Single IP with empty last segment

View Source
Declaration
public static string AnonymizeLastIpSegment(string remoteIp)
Returns

System.String

Parameters
TypeName
System.StringremoteIp

InitSchema(ICrudEvents)

View Source
Declaration
public static void InitSchema(this ICrudEvents events)
Parameters
TypeName
ServiceStack.ICrudEventsevents

Clear(ICrudEvents)

View Source
Declaration
public static void Clear(this ICrudEvents events)
Parameters
TypeName
ServiceStack.ICrudEventsevents