Class NestedContentValueConverterBase
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public abstract class NestedContentValueConverterBase : PropertyValueConverterBase
Constructors
NestedContentValueConverterBase(IPublishedSnapshotAccessor, IPublishedModelFactory)
Declaration
protected NestedContentValueConverterBase(IPublishedSnapshotAccessor publishedSnapshotAccessor, IPublishedModelFactory publishedModelFactory)
Parameters
Type |
Name |
Description |
IPublishedSnapshotAccessor |
publishedSnapshotAccessor |
|
IPublishedModelFactory |
publishedModelFactory |
|
Properties
PublishedModelFactory
Declaration
protected IPublishedModelFactory PublishedModelFactory { get; }
Property Value
Type |
Description |
IPublishedModelFactory |
|
Methods
ConvertToElement(JObject, PropertyCacheLevel, Boolean)
Declaration
protected IPublishedElement ConvertToElement(JObject sourceObject, PropertyCacheLevel referenceCacheLevel, bool preview)
Parameters
Type |
Name |
Description |
JObject |
sourceObject |
|
PropertyCacheLevel |
referenceCacheLevel |
|
System.Boolean |
preview |
|
Returns
Type |
Description |
IPublishedElement |
|
IsNested(IPublishedPropertyType)
Declaration
public static bool IsNested(IPublishedPropertyType publishedProperty)
Parameters
Type |
Name |
Description |
IPublishedPropertyType |
publishedProperty |
|
Returns
Type |
Description |
System.Boolean |
|
IsNestedMany(IPublishedPropertyType)
Declaration
public static bool IsNestedMany(IPublishedPropertyType publishedProperty)
Parameters
Type |
Name |
Description |
IPublishedPropertyType |
publishedProperty |
|
Returns
Type |
Description |
System.Boolean |
|
IsNestedSingle(IPublishedPropertyType)
Declaration
public static bool IsNestedSingle(IPublishedPropertyType publishedProperty)
Parameters
Type |
Name |
Description |
IPublishedPropertyType |
publishedProperty |
|
Returns
Type |
Description |
System.Boolean |
|