Exemplo n.º 1
0
 protected MetaDataAttributeBase(AttributeApplicationPhase phase)
     : base(phase)
 {
     _entityMapper = new EntityMapper(this);
 }
Exemplo n.º 2
0
 protected AttributeBase(AttributeApplicationPhase?phase = null)
 {
     _phase = phase ?? AttributeApplicationPhase.MetaDataDerivation;
 }
 protected ExecutionFilterAttributeBase(AttributeApplicationPhase phase)
     : base(phase)
 {
 }