Exemplo n.º 1
0
 public static DotNode <T> FromGenericNotation(IDefineSimpleNotation notation)
 {
     return(new DotNode <T>(notation.Id, notation.Text, DotShape.FromGenericType(notation.NotationObjectType)));
 }
Exemplo n.º 2
0
 public static ActionDotRepresentation <T> FromGenericNotation(IDefineSimpleNotation notation)
 {
     return(new ActionDotRepresentation <T>(notation.Id, notation.Text, DotShape.FromGenericType(notation.NotationObjectType)));
 }