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