Ejemplo n.º 1
0
 IEnumerable <FlowComponentOrNode> ButtonStyle.GetChildren()
 {
     return(ActionComponentIcon.GetIconAndTextComponents(icon, text));
 }
 IReadOnlyCollection <FlowComponent> ButtonStyle.GetChildren()
 {
     return(ActionComponentIcon.GetIconAndTextComponents(icon, text));
 }
 IEnumerable <FlowComponentOrNode> HyperlinkStyle.GetChildren(string destinationUrl)
 {
     return(ActionComponentIcon.GetIconAndTextComponents(icon, text.Any() ? text : destinationUrl));
 }
Ejemplo n.º 4
0
 IReadOnlyCollection <FlowComponent> HyperlinkStyle.GetChildren(string destinationUrl) =>
 ActionComponentIcon.GetIconAndTextComponents(icon, text.Any() ? text : destinationUrl);