Rebel.Cms.Web.TypedAttributeExtensions.HasValue C# (CSharp) Méthode

HasValue() private méthode

private HasValue ( this attr ) : bool
attr this
Résultat bool
        public static bool HasValue(this TypedAttribute attr)
        {
            HiveId value = HiveId.Parse(attr.DynamicValue);
            return !value.IsNullValueOrEmpty();
        }
    }
TypedAttributeExtensions