CompanyDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Company Details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.CompanyDetailsTypeConverter))]
public class CompanyDetails : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ICompanyDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.CompanyDetailsTypeConverter))>]
type CompanyDetails = class
interface ICompanyDetails
interface IJsonSerializable
Public Class CompanyDetails
Implements ICompanyDetails
- Inheritance
-
CompanyDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CompanyDetails() |
Creates an new CompanyDetails instance. |
Properties
| Name | Description |
|---|---|
| Business |
Business phone number |
| CompanyName |
company Name |
| Country |
Country name |
| Domain |
Domain name |
| NumberOfEmployee |
Number Of Employees |
| OfficeAddress |
Office Address |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CompanyDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CompanyDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ICompanyDetails. |
| FromJsonString(String) |
Creates a new instance of CompanyDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CompanyDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |