Show / Hide Table of Contents

Class SchemaManagerItemInfo

Schema manager item info class.

Inheritance
System.Object
SchemaManagerItemInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core
Assembly: Terrasoft.Core.dll
Syntax
public class SchemaManagerItemInfo

Constructors

SchemaManagerItemInfo()

Declaration
public SchemaManagerItemInfo()

Properties

BaseSchemaId

Base schema identifier.

Declaration
public Guid BaseSchemaId { get; }
Property Value
Type Description
System.Guid

ExtendParent

Determines if schema extends parent.

Declaration
public bool ExtendParent { get; set; }
Property Value
Type Description
System.Boolean

IsSchemaNew

Determines if schema is new.

Declaration
public bool IsSchemaNew { get; set; }
Property Value
Type Description
System.Boolean

OldPackageId

Old package identifier.

Declaration
public Guid OldPackageId { get; set; }
Property Value
Type Description
System.Guid

OldPackageName

Old package name.

Declaration
public string OldPackageName { get; set; }
Property Value
Type Description
System.String

OldParentSchemaId

Old parent schema identifier.

Declaration
public Guid OldParentSchemaId { get; set; }
Property Value
Type Description
System.Guid

OldSchemaName

Old schema name.

Declaration
public string OldSchemaName { get; set; }
Property Value
Type Description
System.String

PackageId

Package identifier.

Declaration
public Guid PackageId { get; set; }
Property Value
Type Description
System.Guid

PackageName

Package name.

Declaration
public string PackageName { get; set; }
Property Value
Type Description
System.String

ParentSchemaId

Parent schema identifier.

Declaration
public Guid ParentSchemaId { get; set; }
Property Value
Type Description
System.Guid

SchemaId

Schema identifier.

Declaration
public Guid SchemaId { get; set; }
Property Value
Type Description
System.Guid

SchemaName

Schema name.

Declaration
public string SchemaName { get; set; }
Property Value
Type Description
System.String

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>)
Back to top Generated by DocFX