public Utils() { PexPreConstructorParameterless(); _FluentString = new fbFluentString(); AttributeName = ""; PexConstructorParameterless(); }
public Utils(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail) { this.@SymbolTail = symbolTail; this.@Connector = parent.GetConnector(); this.@ValueTags = new System.Collections.Generic.List <Vortex.Connector.IValueTag>(); this.@Children = new System.Collections.Generic.List <Vortex.Connector.IVortexObject>(); this.@Parent = parent; _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); PexPreConstructor(parent, readableTail, symbolTail); Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); _FluentString = new fbFluentString(this, "", "FluentString"); AttributeName = ""; PexConstructor(parent, readableTail, symbolTail); parent.AddChild(this); }