Class GroupedMetaDataPropertyInfo
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: EPiServer.Cms.Shell.UI
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public abstract class GroupedMetaDataPropertyInfo : MetaDataPropertyInfo
Constructors
GroupedMetaDataPropertyInfo()
Declaration
protected GroupedMetaDataPropertyInfo()
Properties
DeclaringType
Declaration
public abstract override Type DeclaringType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
GetValue
Declaration
public abstract override Func<IContent, object> GetValue { get; }
Property Value
Type | Description |
---|---|
System.Func<IContent, System.Object> |
Overrides
PropertyBackingType
Declaration
public abstract override Type PropertyBackingType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
PropertyName
Declaration
public abstract override string PropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
PropertyType
Declaration
public abstract override Type PropertyType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
SetValue
Declaration
public abstract override Action<IContent, object> SetValue { get; }
Property Value
Type | Description |
---|---|
System.Action<IContent, System.Object> |