Interface IMember
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IMember : IContentBase, IUmbracoEntity, ITreeEntity, IRememberBeingDirty, ICanBeDirty, IMembershipUser, IEntity, IDeepCloneableProperties
View SourceBoolPropertyValue
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.
ContentTypeAlias
String alias of the default ContentType
Declaration
string ContentTypeAlias { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
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.
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.
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.
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.
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.