9 references to NullDisplayTextResourceType
System.ComponentModel.Annotations (9)
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (9)
40/// to be used in conjunction with <see cref="NullDisplayTextResourceType" /> to configure a localized 44/// string or the localized string when <see cref="NullDisplayTextResourceType" /> has been specified. 74/// Using <see cref="NullDisplayTextResourceType" /> along with <see cref="NullDisplayText" />, allows the <see cref="GetNullDisplayText" /> 88/// localized string found when <see cref="NullDisplayTextResourceType" /> has been specified and <see cref="NullDisplayText" /> 93/// When <see cref="NullDisplayTextResourceType" /> has not been specified, the value of 96/// When <see cref="NullDisplayTextResourceType" /> has been specified and <see cref="NullDisplayText" /> 100/// When <see cref="NullDisplayText" /> and <see cref="NullDisplayTextResourceType" /> have not been set, returns <c>null</c>. 104/// After setting both the <see cref="NullDisplayTextResourceType" /> property and the <see cref="NullDisplayText" /> property, 106/// on the <see cref="NullDisplayTextResourceType" />.