Table of Contents

Class RaythaFunctionDto

Namespace
Raytha.Application.RaythaFunctions
Assembly
Raytha.Application.dll
public record RaythaFunctionDto : BaseAuditableEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<BaseAuditableEntityDto>, IEquatable<RaythaFunctionDto>
Inheritance
RaythaFunctionDto
Implements
Inherited Members

Properties

Code

public required string Code { get; init; }

Property Value

string

CreatorUser

public AuditableUserDto? CreatorUser { get; init; }

Property Value

AuditableUserDto

DeveloperName

public required string DeveloperName { get; init; }

Property Value

string

IsActive

public bool IsActive { get; init; }

Property Value

bool

LastModifierUser

public AuditableUserDto? LastModifierUser { get; init; }

Property Value

AuditableUserDto

Name

public required string Name { get; init; }

Property Value

string

TriggerType

public required RaythaFunctionTriggerType TriggerType { get; init; }

Property Value

RaythaFunctionTriggerType

Methods

GetProjection()

public static Expression<Func<RaythaFunction, RaythaFunctionDto>> GetProjection()

Returns

Expression<Func<RaythaFunction, RaythaFunctionDto>>

GetProjection(RaythaFunction)

public static RaythaFunctionDto GetProjection(RaythaFunction entity)

Parameters

entity RaythaFunction

Returns

RaythaFunctionDto