public GlobalStringElementProtocol(IGlobalStringElement gbstElement) { this.AdditionalInfo = gbstElement.AdditionalInfo; this.Description = gbstElement.Description; this.ObjectID = gbstElement.ObjectID; this.Rank = gbstElement.Rank; this.State = gbstElement.State; this.Title = gbstElement.Title; }