public widthEnumerator(LogoURLType par) { this.SetSamplerState(0, SamplerStateparent = par; this.SetSamplerState(0, SamplerStatenIndex = -1; }
public void InsertLogoURLAt(LogoURLType newValue, int index) { InsertDomElementAt("", "LogoURL", index, newValue); }
public void ReplaceLogoURLAt(LogoURLType newValue, int index) { ReplaceDomElementAt("", "LogoURL", index, newValue); }
public XmlNode AddLogoURL(LogoURLType newValue) { return AppendDomElement("", "LogoURL", newValue); }