Show / Hide Table of Contents

Interface IBaseProcessSchemaManagerItem

Represents manager item of the base process schema.

Inherited Members
ISchemaManagerItem.GetHash()
ISchemaManagerItem.Invalidate()
ISchemaManagerItem.UserConnection
ISchemaManagerItem.IsInstanceInitialized
ISchemaManagerItem.TypeName
ISchemaManagerItem.ManagerName
ISchemaManagerItem.ParentUId
ISchemaManagerItem.UserId
ISchemaManagerItem.FolderId
ISchemaManagerItem.IsCoreSchema
ISchemaManagerItem.ReferenceSchemaUIds
ISchemaManagerItem.ExtraProperties
ISchemaManagerItem.UserProperties
ISchemaManagerItem.Assembly
ISchemaManagerItem.AssemblyRefCount
ISchemaManagerItem.Description
ISchemaManagerItem.SysSchemaInSolutionId
ISchemaManagerItem.ExtendParent
ISchemaManagerItem.PackageUId
ISchemaManagerItem.PackageName
ISchemaManagerItem.PackagePosition
ISchemaManagerItem.Descriptor
ISchemaManagerItem.RealParentItemUId
ISchemaManagerItem.DenyExtending
ISchemaManagerItem.IsStaticContentNotGenerated
ISchemaManagerItem.ModifiedOn
ISchemaManagerItem.ResourceModifiedOn
ISchemaManagerItem.Checksum
IManagerItem.Id
IManagerItem.UId
IManagerItem.RealUId
IManagerItem.Name
IManagerItem.Caption
IManagerItem.SafeInstance
IManagerItem.Manager
Namespace: Terrasoft.Core.Process
Assembly: Terrasoft.Core.dll
Syntax
public interface IBaseProcessSchemaManagerItem : ISchemaManagerItem, IManagerItem

Properties

Instance

Gets the schema instance.

Declaration
BaseProcessSchema Instance { get; }
Property Value
Type Description
BaseProcessSchema

The schema instance.

Methods

GetIsEnabled()

Returns true if current instance is enabled, otherwise false.

Declaration
bool GetIsEnabled()
Returns
Type Description
System.Boolean

Verify()

Verifies this item.

Declaration
void Verify()

Verify(ProcessStartType)

Verifies this item.

Declaration
void Verify(ProcessStartType startType)
Parameters
Type Name Description
ProcessStartType startType

Desired start type to verify.

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)

See Also

ISchemaManagerItem
Back to top Generated by DocFX