MartenUser<T> Class

Summary

MartenUser. Implements the IMartenUser
graph BT Type-->Base0["Object"] Type-.->Interface0["IMartenUser"] click Interface0 "/api/Rocket.Surgery.Extensions.Marten/IMartenUser" Type["MartenUser<T>"] class Type type-node

Syntax

public class MartenUser<T> : IMartenUser

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Type Parameters

Name Description
T

Constructors

Name Summary
MartenUser(Func<T>) Initializes a new instance of the MartenUser<T> class.

Properties

Name Value Summary
Id object
Gets the identifier.

Extension Methods

See Also