SenseNet.ContentRepository.Schema.DynamicContentTools.GetFieldMetadata C# (CSharp) Метод

GetFieldMetadata() публичный статический Метод

public static GetFieldMetadata ( Type type ) : FieldMetadata>.IDictionary
type System.Type
Результат FieldMetadata>.IDictionary
        public static IDictionary<string, FieldMetadata> GetFieldMetadata(Type type)
        {
            return GetFieldMetadata(type, null);
        }
        public static IDictionary<string, FieldMetadata> GetFieldMetadata(Type type, Func<FieldMetadata, bool> isHiddenCallback)

Same methods

DynamicContentTools::GetFieldMetadata ( Type type, bool>.Func isHiddenCallback ) : FieldMetadata>.IDictionary