AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageAttributes Methods

The AdvantageAttributes type exposes the following members.

Methods


  Name Description
Public method Add(String, Int32)
Adds the specified key.
Public method Add(String, Boolean)
Adds the specified key.
Public method Add(String, String)
Adds the specified key.
Public method Add(String, Guid)
Adds the specified key.
Public method Add(String, DateTime)
Adds the specified key.
Public method Add<(Of <<'(T>)>>)(String, T)
Adds the specified key.
Public method Clone
Clones this instance.
Public method ContainsKey
Determines whether the specified key contains key.
Public method GetAttribute(String)
Gets the attribute.
Public method GetAttribute<(Of <<'(T>)>>)(String)
Gets the attribute.
Public method GetBool
Gets a boolean attribute value by key.
Public method GetDateTime
Gets the date time.
Public method GetGuid
Gets the unique identifier.
Public method GetInt
Gets the int.
Public method GetString
Gets the string.
Public method GettAttribute<(Of <<'(T>)>>)
Gets a typed attribute value by key. Duplicate of [GetAttribute{T}(string)]; prefer using that method.
Public method IsNull
Determines whether the specified key is null.