View Source
Class InternalPublishedProperty
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class InternalPublishedProperty : IPublishedProperty
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PropertyType
Declaration
public IPublishedPropertyType PropertyType { get; set; }
Property Value
View Source
SolidDeliveryApiValue
Declaration
public object SolidDeliveryApiValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
View Source
SolidHasValue
Declaration
public bool SolidHasValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
SolidSourceValue
Declaration
public object SolidSourceValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
View Source
SolidValue
Declaration
public object SolidValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
View Source
SolidXPathValue
Declaration
public object SolidXPathValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
View Source
GetDeliveryApiValue(Boolean, String, String)
Declaration
public virtual object GetDeliveryApiValue(bool expanding, string culture = null, string segment = null)
Parameters
Type |
Name |
Description |
System.Boolean |
expanding |
|
System.String |
culture |
|
System.String |
segment |
|
Returns
Type |
Description |
System.Object |
|
View Source
GetSourceValue(String, String)
Declaration
public virtual object GetSourceValue(string culture = null, string segment = null)
Parameters
Type |
Name |
Description |
System.String |
culture |
|
System.String |
segment |
|
Returns
Type |
Description |
System.Object |
|
View Source
GetValue(String, String)
Declaration
public virtual object GetValue(string culture = null, string segment = null)
Parameters
Type |
Name |
Description |
System.String |
culture |
|
System.String |
segment |
|
Returns
Type |
Description |
System.Object |
|
View Source
GetXPathValue(String, String)
Declaration
public virtual object GetXPathValue(string culture = null, string segment = null)
Parameters
Type |
Name |
Description |
System.String |
culture |
|
System.String |
segment |
|
Returns
Type |
Description |
System.Object |
|
View Source
HasValue(String, String)
Declaration
public virtual bool HasValue(string culture = null, string segment = null)
Parameters
Type |
Name |
Description |
System.String |
culture |
|
System.String |
segment |
|
Returns
Type |
Description |
System.Boolean |
|