moving apidiff out of preview (#3595)
This commit is contained in:
committed by
GitHub
parent
bc827f2b64
commit
58b0c128d2
@@ -0,0 +1,16 @@
|
||||
# System.ComponentModel.DataAnnotations
|
||||
|
||||
``` diff
|
||||
namespace System.ComponentModel.DataAnnotations {
|
||||
+ public class AssociatedMetadataTypeTypeDescriptionProvider : TypeDescriptionProvider {
|
||||
+ public AssociatedMetadataTypeTypeDescriptionProvider(Type type);
|
||||
+ public AssociatedMetadataTypeTypeDescriptionProvider(Type type, Type associatedMetadataType);
|
||||
+ public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance);
|
||||
+ }
|
||||
+ public sealed class MetadataTypeAttribute : Attribute {
|
||||
+ public MetadataTypeAttribute(Type metadataClassType);
|
||||
+ public Type MetadataClassType { get; }
|
||||
+ }
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user