Esempio n. 1
0
			/// <summary>
			/// Initializes a new instance of the <see cref="QuoteMVCFields" /> class with the specified content item of type QuoteMVC.
			/// </summary>
			/// <param name="instance">The content item of type QuoteMVC that is a target of the extended API.</param>
			public QuoteMVCFields(QuoteMVC instance)
			{
				mInstance = instance;
			}
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QuoteMVCFields" /> class with the specified content item of type QuoteMVC.
 /// </summary>
 /// <param name="instance">The content item of type QuoteMVC that is a target of the extended API.</param>
 public QuoteMVCFields(QuoteMVC instance)
 {
     mInstance = instance;
 }