Namespace: PureMVC.Patterns.Mediator

Record TAttributedMethod


public record TAttributedMethod


Field Summary
  internal  TCustomAttribute FByAttribute
 
  internal  TRttiMethod FMethod
 
 

Property Summary
  public  TCustomAttribute ByAttribute
 
  public  TRttiMethod Method
 
 

Constructor Summary
Create(AMethod: TRttiMethod; ByAttribute: TCustomAttribute)
 
 

Field Detail

FByAttribute

internal FByAttribute: TCustomAttribute
Type
TCustomAttribute
Const
False
Class
False

FMethod

internal FMethod: TRttiMethod
Type
TRttiMethod
Const
False
Class
False

Property Detail

ByAttribute

public ByAttribute: TCustomAttribute
Type
TCustomAttribute
Access
read
Class
False

Method

public Method: TRttiMethod
Type
TRttiMethod
Access
read
Class
False

Constructor Detail

Create

public constructor Create(AMethod: TRttiMethod; ByAttribute: TCustomAttribute)
Reintroduce
False