Beispiel #1
0
        private FavoriteImpl(string Class, FavoriteImpllinks Links, PipelineImpl Item)
        {
            this.Class = Class;

            this.Links = Links;

            this.Item = Item;
        }
Beispiel #2
0
 /// <summary>
 /// Sets value for FavoriteImpl.Item property.
 /// </summary>
 /// <param name="value">Item</param>
 public FavoriteImplBuilder Item(PipelineImpl value)
 {
     _Item = value;
     return(this);
 }