Show / Hide Table of Contents

Class DynamicType

The dynamic type.

Inheritance
object
BaseType
DynamicType
Inherited Members
BaseType.Key
BaseType.ModelVersion
BaseType.ParentRef
BaseType.Name
BaseType.ObjectStatus
BaseType.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DynamicType : BaseType

Properties

ConfigDefinition

Declaration
[JsonProperty(PropertyName = "configDefinition")]
public ConfigDefinition ConfigDefinition { get; set; }
Property Value
Type Description
ConfigDefinition

TypeHandler

Declaration
[JsonProperty(PropertyName = "typeHandler")]
public DynamicTypeHandler TypeHandler { get; set; }
Property Value
Type Description
DynamicTypeHandler
In this article
Back to top