Subversion Repository Public Repository

insightly-api

Diff Revisions 9 vs 10 for /trunk/Insightly/Contract/ContactInfo.cs

Diff revisions: vs.
  @@ -42,7 +42,15 @@
42 42 /// Website information type.
43 43 /// </summary>
44 44 [Description("WEBSITE")]
45 - Website
45 + Website,
46 +
47 + /// <summary>
48 + /// EmailDomain information type, this type is
49 + /// only valid for Organisation contact info.
50 + /// <seealso cref="Organisation"/>
51 + /// </summary>
52 + [Description("EMAILDOMAIN")]
53 + EmailDomain
46 54 }
47 55
48 56 /// <summary>
  @@ -193,7 +201,7 @@
193 201
194 202 /// <summary>
195 203 /// Gets or sets the type of contact info, for example "EMAIL".
196 - /// See INFOTYPE constants.
204 + /// See InfoType enumeration.
197 205 /// <b>Is Required.</b>
198 206 /// </summary>
199 207 /// <value>
  @@ -214,7 +222,7 @@
214 222
215 223 /// <summary>
216 224 /// Gets or sets the label for the info, for example for an email this could be "Work".
217 - /// See INFOLABEL constants.
225 + /// See the various InfoLabel enumerations.
218 226 /// </summary>
219 227 /// <value>
220 228 /// The label.