A container about company information

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<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
Public property Type Get the entity type
Public property active Is the company active?
Public property attributes The list of company attributes - may be null if not requested
Public property create_date The creation date and time of the company
Public property created_by The creator of the company
Public property id
Public property id_id
Public property id_serverid
Public property name The name of the company
Public property updated_date The last updated date and time of the company
Top
Name Description
Public method Equals(object) Does one object equal another?
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Serves as the default hash function.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToChangeTrackerString()
Public method ToString() Get the name of the company
Top
Contracts.Data.CompanyInfo

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1