Show / Hide Table of Contents

Interface IAttributeObject

Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public interface IAttributeObject

Properties

Attributes

Declaration
Dictionary<string, object> Attributes { get; set; }
Property Value
Type Description
Dictionary<string, object>

Extension Methods

AttributeObjectExtensions.ContainsAttribute(IAttributeObject, string)
AttributeObjectExtensions.GetAttribute(IAttributeObject, string, object)
AttributeObjectExtensions.GetAttributeGuid(IAttributeObject, string)
AttributeObjectExtensions.GetAttribute<T>(IAttributeObject, string, T)
AttributeObjectExtensions.RemoveAttribute(IAttributeObject, string)
AttributeObjectExtensions.SetAttribute(IAttributeObject, string, object)
AttributeObjectExtensions.SetAttributeGuid(IAttributeObject, string, Guid)
AttributeObjectExtensions.SetAttribute<T>(IAttributeObject, string, T)
ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX