Show / Hide Table of Contents

Class RelatedPages

Inheritance
System.Object
AddonItem
RelatedPages
Implements
System.ICloneable
Inherited Members
AddonItem.InitializeLocalizableValues(IResourceStorage, String, String)
AddonItem.GetLocalizableValues(ICollection<LocalizableValue>, Boolean)
AddonItem.LoadLocalizableValues(IEnumerable<CultureInfo>)
AddonItem.ReInitializeLocalizableValues(IResourceStorage, String, String)
AddonItem.FindByUId(Guid)
AddonItem.Validate()
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.RelatedPages
Assembly: Terrasoft.Core.dll
Syntax
[Addon(Name = "RelatedPage", SchemaManagerNames = new string[]{"EntitySchemaManager"})]
public class RelatedPages : AddonItem, ICloneable

Constructors

RelatedPages()

Declaration
public RelatedPages()

RelatedPages(RelatedPages)

Declaration
public RelatedPages(RelatedPages source)
Parameters
Type Name Description
RelatedPages source

Properties

Pages

Declaration
public ICollection<RelatedPage> Pages { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<RelatedPage>

Methods

Clone()

Declaration
public override object Clone()
Returns
Type Description
System.Object
Overrides
AddonItem.Clone()

Implements

System.ICloneable

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