예제 #1
0
 public InitializedField(FieldInfo field,
                         ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators)
     : base(finder, decorators)
 {
     this.field = field;
 }
예제 #2
0
 public InitializedProperty(PropertyInfo property,
                            ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators)
     : base(finder, decorators)
 {
     this.property = property;
 }
예제 #3
0
 public InitializedMember(ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators)
 {
     this.finder     = finder;
     this.decorators = decorators;
 }
예제 #4
0
 public InitializedProperty(PropertyInfo property,
     ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators)
     : base(finder, decorators)
 {
     this.property = property;
 }
예제 #5
0
 public InitializedMember(ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators)
 {
     this.finder = finder;
     this.decorators = decorators;
 }
예제 #6
0
 public InitializedField(FieldInfo field,
     ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators)
     : base(finder, decorators)
 {
     this.field = field;
 }