Skip to main content

EnvironmentVariableValue

  • Namespace: PPDS.Dataverse.Generated
  • Assembly: PPDS.Dataverse
  • Kind: Class
  • Base: Entity
  • Implements: INotifyPropertyChanged, INotifyPropertyChanging, IExtensibleDataObject

Summary

Holds the value for the associated EnvironmentVariableDefinition entity.

Members

Constructors

EnvironmentVariableValue()

EnvironmentVariableValue()

Default Constructor.

Properties

ComponentState

Nullable<componentstate> ComponentState { get; }

For internal use only.

CreatedBy

EntityReference CreatedBy { get; }

Unique identifier of the user who created the record.

CreatedOn

Nullable<DateTime> CreatedOn { get; }

Date and time when the record was created.

CreatedOnBehalfBy

EntityReference CreatedOnBehalfBy { get; }

Unique identifier of the delegate user who created the record.

EnvironmentVariableDefinitionId

EntityReference EnvironmentVariableDefinitionId { get; set; }

Unique identifier for Environment Variable Definition associated with Environment Variable Value.

EnvironmentVariableValueId

Nullable<Guid> EnvironmentVariableValueId { get; set; }

Unique identifier for entity instances

EnvironmentVariableValueIdUnique

Nullable<Guid> EnvironmentVariableValueIdUnique { get; }

For internal use only.

ImportSequenceNumber

Nullable<int> ImportSequenceNumber { get; set; }

Sequence number of the import that created this record.

IntroducedVersion

string IntroducedVersion { get; set; }

Version in which the form is introduced.

IsCustomizable

BooleanManagedProperty IsCustomizable { get; set; }

Tells whether the component can be customized.

IsManaged

Nullable<bool> IsManaged { get; }

Indicates whether the solution component is part of a managed solution.

ModifiedBy

EntityReference ModifiedBy { get; }

Unique identifier of the user who modified the record.

ModifiedOn

Nullable<DateTime> ModifiedOn { get; }

Date and time when the record was modified.

ModifiedOnBehalfBy

EntityReference ModifiedOnBehalfBy { get; }

Unique identifier of the delegate user who modified the record.

OverriddenCreatedOn

Nullable<DateTime> OverriddenCreatedOn { get; set; }

Date and time that the record was migrated.

OverwriteTime

Nullable<DateTime> OverwriteTime { get; }

For internal use only.

OwnerId

EntityReference OwnerId { get; }

Owner Id

OwningBusinessUnit

EntityReference OwningBusinessUnit { get; }

Unique identifier for the business unit that owns the record

OwningTeam

EntityReference OwningTeam { get; }

Unique identifier for the team that owns the record.

OwningUser

EntityReference OwningUser { get; }

Unique identifier for the user that owns the record.

SchemaName

string SchemaName { get; set; }

Unique entity name.

SolutionId

Nullable<Guid> SolutionId { get; }

Unique identifier of the associated solution.

TimeZoneRuleVersionNumber

Nullable<int> TimeZoneRuleVersionNumber { get; set; }

For internal use only.

UTCConversionTimeZoneCode

Nullable<int> UTCConversionTimeZoneCode { get; set; }

Time zone code that was in use when the record was created.

Value

string Value { get; set; }

Contains the actual variable data.

VersionNumber

Nullable<long> VersionNumber { get; }

Version Number

environmentvariabledefinition_environmentvariablevalue

EnvironmentVariableDefinition environmentvariabledefinition_environmentvariablevalue { get; set; }

N:1 environmentvariabledefinition_environmentvariablevalue

environmentvariablevalue_AsyncOperations

IEnumerable<AsyncOperation> environmentvariablevalue_AsyncOperations { get; set; }

1:N environmentvariablevalue_AsyncOperations

lk_environmentvariablevalue_createdby

SystemUser lk_environmentvariablevalue_createdby { get; }

N:1 lk_environmentvariablevalue_createdby

lk_environmentvariablevalue_createdonbehalfby

SystemUser lk_environmentvariablevalue_createdonbehalfby { get; }

N:1 lk_environmentvariablevalue_createdonbehalfby

lk_environmentvariablevalue_modifiedby

SystemUser lk_environmentvariablevalue_modifiedby { get; }

N:1 lk_environmentvariablevalue_modifiedby

lk_environmentvariablevalue_modifiedonbehalfby

SystemUser lk_environmentvariablevalue_modifiedonbehalfby { get; }

N:1 lk_environmentvariablevalue_modifiedonbehalfby

statecode

Nullable<environmentvariablevalue_statecode> statecode { get; set; }

Status of the Environment Variable Value

statuscode

Nullable<environmentvariablevalue_statuscode> statuscode { get; set; }

Reason for the status of the Environment Variable Value