Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMember

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IMember : IContentBase, IUmbracoEntity, ITreeEntity, IRememberBeingDirty, ICanBeDirty, IMembershipUser, IEntity, IDeepCloneable

    Properties

    View Source

    BoolPropertyValue

    Internal/Experimental - only used for mapping queries.

    Declaration
    bool BoolPropertyValue { get; set; }
    Property Value
    Type Description
    bool
    Remarks

    Adding these to have first level properties instead of the Properties collection.

    View Source

    ContentTypeAlias

    String alias of the default ContentType

    Declaration
    string ContentTypeAlias { get; }
    Property Value
    Type Description
    string
    View Source

    DateTimePropertyValue

    Internal/Experimental - only used for mapping queries.

    Declaration
    DateTime DateTimePropertyValue { get; set; }
    Property Value
    Type Description
    DateTime
    Remarks

    Adding these to have first level properties instead of the Properties collection.

    View Source

    IntegerPropertyValue

    Internal/Experimental - only used for mapping queries.

    Declaration
    int IntegerPropertyValue { get; set; }
    Property Value
    Type Description
    int
    Remarks

    Adding these to have first level properties instead of the Properties collection.

    View Source

    LongStringPropertyValue

    Internal/Experimental - only used for mapping queries.

    Declaration
    string? LongStringPropertyValue { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Adding these to have first level properties instead of the Properties collection.

    View Source

    PropertyTypeAlias

    Internal/Experimental - only used for mapping queries.

    Declaration
    string? PropertyTypeAlias { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Adding these to have first level properties instead of the Properties collection.

    View Source

    ShortStringPropertyValue

    Internal/Experimental - only used for mapping queries.

    Declaration
    string? ShortStringPropertyValue { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Adding these to have first level properties instead of the Properties collection.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX