Search Results for

    Show / Hide Table of Contents

    Class Resources

    Abstraction for resource texts.

    Inheritance
    System.Object
    Resources
    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: TimeCockpit.Data.Localization
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class Resources

    Constructors

    Resources()

    Declaration
    public Resources()

    Properties

    EntityObject_RequiredFieldNotSet

    Gets the human readable message/pattern for empty mandatory members.

    Declaration
    [Obsolete("User NameLocalizer.GetLocalizedMemberNullMessage instead.")]
    public virtual string EntityObject_RequiredFieldNotSet { get; }
    Property Value
    Type Description
    System.String
    Remarks

    The message contains a string.Format marker for the member name. e.g. "{0} is a mandatory field, but has no value!"

    In This Article
    • Constructors
      • Resources()
    • Properties
      • EntityObject_RequiredFieldNotSet
    Back to top Copyright © 2020 software architects gmbh