1 write to _implementation
System.ComponentModel.DataAnnotations (1)
DataAnnotations\FilterUIHintAttribute.cs (1)
77
this.
_implementation
= new UIHintAttribute.UIHintImplementation(filterUIHint, presentationLayer, controlParameters);
6 references to _implementation
System.ComponentModel.DataAnnotations (6)
DataAnnotations\FilterUIHintAttribute.cs (6)
18
return this.
_implementation
.UIHint;
27
return this.
_implementation
.PresentationLayer;
37
return this.
_implementation
.ControlParameters;
85
return this.
_implementation
.GetHashCode();
99
return this.
_implementation
.Equals(otherAttribute.
_implementation
);