Table of Contents

Class CallerInfo

Namespace
MASES.EntityFrameworkCore.KNet.Extensions
Assembly
MASES.EntityFrameworkCore.KNet.dll

Helper class to identify caller members

public static class CallerInfo
Inheritance
CallerInfo
Inherited Members

Methods

CallSite(string, string, int)

Defines a string with member, file and line

public static string CallSite(string member = "", string file = "", int line = 0)

Parameters

member string

The CallerMemberNameAttribute

file string

The CallerFilePathAttribute

line int

The CallerLineNumberAttribute

Returns

string

A string with member, file and line