IObjectType public interface IObjectType : IArtifact, IArtifactRef, IObjectTypeRef Documentation bool CopyInstancesOnCaseCreation { get; set; } bool CopyInstancesOnParentCopy { get; set; } bool EnableSnapshotAuditingOnDelete { get; set; } bool IsDynamic { get; set; } bool IsSystem { get; set; } bool IsViewEnabled { get; set; } int ParentArtifactTypeID { get; set; } bool PersistentListsEnabled { get; set; } bool PivotEnabled { get; set; } bool SamplingEnabled { get; set; }