Class ProfileEntry
- Namespace
- Core.CliniCore.Domain.Users
- Assembly
- Core.CliniCore.dll
public abstract class ProfileEntry
- Inheritance
-
ProfileEntry
- Derived
-
- Inherited Members
-
Constructors
ProfileEntry(string, string)
protected ProfileEntry(string key, string displayName)
Parameters
key string
displayName string
Properties
DisplayName
public string DisplayName { get; set; }
Property Value
- string
ErrorMessage
public abstract string ErrorMessage { get; }
Property Value
- string
IsRequired
public bool IsRequired { get; set; }
Property Value
- bool
IsValid
public abstract bool IsValid { get; }
Property Value
- bool
Key
public string Key { get; protected set; }
Property Value
- string
ValueType
public abstract Type ValueType { get; }
Property Value
- Type