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, IHaveAdditionalData

    Properties

    View Source

    BoolPropertyValue

    Internal/Experimental - only used for mapping queries.

    Declaration
    bool BoolPropertyValue { get; set; }
    Property Value
    Type Description
    System.Boolean
    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
    System.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
    System.Int32
    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
    System.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
    System.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
    System.String
    Remarks

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

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • BoolPropertyValue
      • ContentTypeAlias
      • DateTimePropertyValue
      • IntegerPropertyValue
      • LongStringPropertyValue
      • PropertyTypeAlias
      • ShortStringPropertyValue
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX