-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathSystem.ComponentModel.DataAnnotations.Schema.model.yml
More file actions
20 lines (20 loc) · 2.14 KB
/
System.ComponentModel.DataAnnotations.Schema.model.yml
File metadata and controls
20 lines (20 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: summaryModel
data:
- ["System.ComponentModel.DataAnnotations.Schema", "ColumnAttribute", False, "ColumnAttribute", "(System.String)", "", "Argument[0]", "Argument[this].Property[System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.Name]", "value", "dfc-generated"]
- ["System.ComponentModel.DataAnnotations.Schema", "ForeignKeyAttribute", False, "ForeignKeyAttribute", "(System.String)", "", "Argument[0]", "Argument[this].Property[System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute.Name]", "value", "dfc-generated"]
- ["System.ComponentModel.DataAnnotations.Schema", "InversePropertyAttribute", False, "InversePropertyAttribute", "(System.String)", "", "Argument[0]", "Argument[this].Property[System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute.Property]", "value", "dfc-generated"]
- ["System.ComponentModel.DataAnnotations.Schema", "TableAttribute", False, "TableAttribute", "(System.String)", "", "Argument[0]", "Argument[this].Property[System.ComponentModel.DataAnnotations.Schema.TableAttribute.Name]", "value", "dfc-generated"]
- addsTo:
pack: codeql/csharp-all
extensible: neutralModel
data:
- ["System.ComponentModel.DataAnnotations.Schema", "ColumnAttribute", "get_Name", "()", "summary", "df-generated"]
- ["System.ComponentModel.DataAnnotations.Schema", "DatabaseGeneratedAttribute", "DatabaseGeneratedAttribute", "(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption)", "summary", "df-generated"]
- ["System.ComponentModel.DataAnnotations.Schema", "DatabaseGeneratedAttribute", "get_DatabaseGeneratedOption", "()", "summary", "df-generated"]
- ["System.ComponentModel.DataAnnotations.Schema", "ForeignKeyAttribute", "get_Name", "()", "summary", "df-generated"]
- ["System.ComponentModel.DataAnnotations.Schema", "InversePropertyAttribute", "get_Property", "()", "summary", "df-generated"]
- ["System.ComponentModel.DataAnnotations.Schema", "TableAttribute", "get_Name", "()", "summary", "df-generated"]