UNPKG

@tsonic/dotnet-pure

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming

20 lines (16 loc) 1.64 kB
// Generated by tsbindgen - Architecture // Namespace: System.ComponentModel.DataAnnotations.Schema // Facade - Public API Surface // Import internal declarations import * as Internal from './System.ComponentModel.DataAnnotations.Schema/internal/index.js'; // Cross-namespace type imports for constraints import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { ColumnAttribute as ColumnAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js'; export { ComplexTypeAttribute as ComplexTypeAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js'; export { DatabaseGeneratedAttribute as DatabaseGeneratedAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js'; export { DatabaseGeneratedOption as DatabaseGeneratedOption } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js'; export { ForeignKeyAttribute as ForeignKeyAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js'; export { InversePropertyAttribute as InversePropertyAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js'; export { NotMappedAttribute as NotMappedAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js'; export { TableAttribute as TableAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';