Exemple #1
0
 protected CypherModelAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;
 protected CypherEntityTypeAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;
Exemple #3
0
 protected CypherPropertyAnnotations(
     [NotNull] CypherAnnotations annotations
     )
 {
     Annotations = annotations;
 }
 protected CypherForeignKeyAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;