Show / Hide Table of Contents

Class DerivedType

A DerivedType object represents a more complex type that is derived from a set of simple types, for example an Address or SSN data type.

Inheritance
object
BaseType
DerivedType
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 DerivedType : BaseType
In this article
Back to top