View Source
Class ValueModelBase
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class ValueModelBase : IHasCultureAndSegment
Properties
View Source
Alias
Declaration
[Required]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Culture
Declaration
public string Culture { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Segment
Declaration
public string Segment { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|