ContactInfo Class | ![]() |
Namespace: Telogis.GeoBase
The ContactInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContactInfo |
Initializes a new instance of the ContactInfo class.
|
![]() | ContactInfo(String, String) |
Initializes a new instance of the ContactInfo class.
|
![]() | ContactInfo(String, String, String) |
Initializes a new instance of the ContactInfo class.
|
![]() | ContactInfo(String, String, String, String) |
Initializes a new instance of the ContactInfo class.
|
![]() | ContactInfo(String, String, String, String, Boolean) |
Initializes a new instance of the ContactInfo class.
|
Name | Description | |
---|---|---|
![]() ![]() | Company |
Gets or sets the name of the company that created the component.
|
![]() |
Gets or sets an email address where support questions should be directed.
| |
![]() ![]() | IncludeAssemblies |
Gets or sets a value that indicates if the report window should include a
list of loaded assemblies.
|
![]() ![]() | IncludeDetails |
Gets or sets a value that indicates if the report window should include details
about the failure.
|
![]() ![]() | IncludeSystemInfo |
Gets or sets a value that indicates if the report window should include additional
system information.
|
![]() ![]() | Phone |
Gets or sets a phone number where support is available.
|
![]() ![]() | Product |
Gets or sets the name of the product as it should appear in licensing forms.
|
![]() ![]() | ShowWindow |
Gets or sets a value that indicates if a window should be used to display the
support info.
|
![]() | Url |
Gets or sets a URL where support is available.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
ContactInfo myInfo = new ContactInfo("Acme Inc.", "support@acme.com", "http://www.acme.com", "555-ACME-HELP"); Console.WriteLine("Support phone number for {0} is {1}", myInfo.Company, myInfo.Phone); // 'Support phone number for Acme Inc. is 555-ACME-HELP'