Class MetaDataPropertyInfo
Inheritance
System.Object
MetaDataPropertyInfo
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()
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
public class MetaDataPropertyInfo
Constructors
Declaration
protected MetaDataPropertyInfo()
Declaration
public MetaDataPropertyInfo(PropertyInfo propertyInfo)
Parameters
Type |
Name |
Description |
System.Reflection.PropertyInfo |
propertyInfo |
|
Properties
Declaration
public virtual Type DeclaringType { get; }
Property Value
Type |
Description |
System.Type |
|
Declaration
public virtual Func<IContent, object> GetValue { get; }
Property Value
Type |
Description |
System.Func<IContent, System.Object> |
|
Declaration
public virtual bool IsLanguageSpecific { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public virtual Type PropertyBackingType { get; }
Property Value
Type |
Description |
System.Type |
|
Declaration
public virtual string PropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public virtual Type PropertyType { get; }
Property Value
Type |
Description |
System.Type |
|
Declaration
public virtual Action<IContent, object> SetValue { get; }
Property Value
Type |
Description |
System.Action<IContent, System.Object> |
|
Declaration
public string UniquePropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods