Beispiel #1
0
 public void CopyFrom(XS_attachmentType attachmentType_in)
 {
     this.title_             = attachmentType_in.title_;
     this.showtitle_         = attachmentType_in.showtitle_;
     this.incrementlevel_    = attachmentType_in.incrementlevel_;
     this.source_            = attachmentType_in.source_;
     this.sourcetype_        = attachmentType_in.sourcetype_;
     this.sourcecontenttype_ = attachmentType_in.sourcecontenttype_;
     this.description_       = attachmentType_in.description_;
 }
Beispiel #2
0
        public void CopyFrom(XS_attachmentType attachmentType_in)
        {
            int _index = -1;

            title_             = attachmentType_in.title_;
            showtitle_         = attachmentType_in.showtitle_;
            incrementlevel_    = attachmentType_in.incrementlevel_;
            source_            = attachmentType_in.source_;
            sourcetype_        = attachmentType_in.sourcetype_;
            sourcecontenttype_ = attachmentType_in.sourcecontenttype_;
            description_       = attachmentType_in.description_;
        }
Beispiel #3
0
		public void CopyFrom(XS_attachmentType attachmentType_in) {
			int _index = -1;

			title_ = attachmentType_in.title_;
			showtitle_ = attachmentType_in.showtitle_;
			incrementlevel_ = attachmentType_in.incrementlevel_;
			source_ = attachmentType_in.source_;
			sourcetype_ = attachmentType_in.sourcetype_;
			sourcecontenttype_ = attachmentType_in.sourcecontenttype_;
			description_ = attachmentType_in.description_;
		}
Beispiel #4
0
		public void CopyFrom(XS_attachmentType attachmentType_in) {
			this.title_ = attachmentType_in.title_;
			this.showtitle_ = attachmentType_in.showtitle_;
			this.incrementlevel_ = attachmentType_in.incrementlevel_;
			this.source_ = attachmentType_in.source_;
			this.sourcetype_ = attachmentType_in.sourcetype_;
			this.sourcecontenttype_ = attachmentType_in.sourcecontenttype_;
			this.description_ = attachmentType_in.description_;
		}