Beispiel #1
0
 public void Process(DisplayNameAnnotation annotation)
 {
     entityDefinition.DisplayName = annotation.Value;
 }
Beispiel #2
0
 public void Process(DisplayNameAnnotation annotation)
 {
     attribute.DisplayName = annotation.Value;
 }