1 write to PresentationLayer
System.ComponentModel.DataAnnotations (1)
DataAnnotations\UIHintAttribute.cs (1)
125
this.
PresentationLayer
= presentationLayer;
5 references to PresentationLayer
System.ComponentModel.DataAnnotations (5)
DataAnnotations\FilterUIHintAttribute.cs (1)
27
return this._implementation.
PresentationLayer
;
DataAnnotations\UIHintAttribute.cs (4)
32
return this._implementation.
PresentationLayer
;
138
var b = this.
PresentationLayer
?? String.Empty;
153
if (this.UIHint != otherImplementation.UIHint || this.
PresentationLayer
!= otherImplementation.
PresentationLayer
) {