Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCultureInfos

    The name of a content variant for a given culture

    Inheritance
    System.Object
    BeingDirtyBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentCultureInfos : BeingDirtyBase, IRememberBeingDirty, ICanBeDirty, IDeepCloneable

    Constructors

    View Source

    ContentCultureInfos(String)

    Initializes a new instance of the ContentCultureInfos class.

    Declaration
    public ContentCultureInfos(string culture)
    Parameters
    Type Name Description
    System.String culture

    Properties

    View Source

    Culture

    Gets the culture.

    Declaration
    public string Culture { get; }
    Property Value
    Type Description
    System.String
    View Source

    Date

    Gets the date.

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Name

    Gets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    Deconstruct(out String, out String)

    Deconstructs into culture and name.

    Declaration
    public void Deconstruct(out string culture, out string name)
    Parameters
    Type Name Description
    System.String culture
    System.String name
    View Source

    Deconstruct(out String, out String, out DateTime)

    Deconstructs into culture, name and date.

    Declaration
    public void Deconstruct(out string culture, out string name, out DateTime date)
    Parameters
    Type Name Description
    System.String culture
    System.String name
    DateTime date
    View Source

    DeepClone()

    Declaration
    public object DeepClone()
    Returns
    Type Description
    System.Object
    View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    View Source

    Equals(ContentCultureInfos)

    Declaration
    public bool Equals(ContentCultureInfos other)
    Parameters
    Type Name Description
    ContentCultureInfos other
    Returns
    Type Description
    System.Boolean
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentCultureInfos(String)
    • Properties
      • Culture
      • Date
      • Name
    • Methods
      • Deconstruct(out String, out String)
      • Deconstruct(out String, out String, out DateTime)
      • DeepClone()
      • Equals(Object)
      • Equals(ContentCultureInfos)
      • GetHashCode()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX