CompanyInfo Class
<DataContract()> _
<Obfuscation(Exclude = true, ApplyToMembers = true)> _
<WorkflowCreateable("Company")> _
<WorkflowSettable("Company")> _
<Serializable()> _
Public Class CompanyInfo
Implements BaseEFEntity, _
IHasAttributes, _
IChangeTrackable, _
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
[WorkflowCreateable("Company")]
[WorkflowSettable("Company")]
[Serializable()]
public class CompanyInfo : BaseEFEntity,
IHasAttributes,
IChangeTrackable,
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
[WorkflowCreateable("Company")]
[WorkflowSettable("Company")]
[Serializable()]
public ref class CompanyInfo : public BaseEFEntity^,
public IHasAttributes^,
public IChangeTrackable^,
public ISynergyEntity^
This language is not supported or no code example is available.
public
DataContract()
Obfuscation(Exclude = true, ApplyToMembers = true)
WorkflowCreateable("Company")
WorkflowSettable("Company")
Serializable()
class CompanyInfo
implements BaseEFEntity,
IHasAttributes,
IChangeTrackable,
ISynergyEntity
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
CompanyInfo() |
Name | Description | |
---|---|---|
![]() |
Type | Get the entity type |
![]() |
active | Is the company active? |
![]() |
attributes | The list of company attributes - may be null if not requested |
![]() |
create_date | The creation date and time of the company |
![]() |
created_by | The creator of the company |
![]() |
id | |
![]() |
id_id | |
![]() |
id_serverid | |
![]() |
name | The name of the company |
![]() |
updated_date | The last updated date and time of the company |
Name | Description | |
---|---|---|
![]() |
Equals(object) | Does one object equal another? |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode() | Serves as the default hash function. |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToChangeTrackerString() | |
![]() |
ToString() | Get the name of the company |
Contracts.Data.CompanyInfo