Пример #1
0
 public SecondaryPropertyAttribute(string property, Type type, SecondaryPropertyStrategy strategy)
 {
     Property = (Enum)Enum.Parse(type, property);
     Strategy = strategy;
 }
Пример #2
0
 public SecondaryPropertyAttribute(ObjectPropertyInternal property, SecondaryPropertyStrategy strategy)
 {
     Property = property;
     Strategy = strategy;
 }