コード例 #1
0
 protected CypherModelAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;
コード例 #2
0
 protected CypherEntityTypeAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;
コード例 #3
0
 protected CypherPropertyAnnotations(
     [NotNull] CypherAnnotations annotations
     )
 {
     Annotations = annotations;
 }
コード例 #4
0
 protected CypherForeignKeyAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;