Search Results for

    Show / Hide Table of Contents

    Class PropertyMapping

    Abstract class for a mapping vs a property

    Inheritance
    System.Object
    PropertyMapping
    MediaFormatMapping
    MetadatMapping
    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: ImageVault.Client.Descriptors
    Assembly: ImageVault.Client.dll
    Syntax
    public abstract class PropertyMapping

    Constructors

    PropertyMapping()

    Declaration
    protected PropertyMapping()

    Properties

    Property

    The property to map to

    Declaration
    public PropertyInfo Property { get; set; }
    Property Value
    Type Description
    System.Reflection.PropertyInfo

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022