Beispiel #1
0
        private static string FieldDescription(string schemaName, RootField field)
        {
            var name = field.DisplayName();

            return(string.Format(CultureInfo.InvariantCulture, FieldDescriptions.ContentField, name, schemaName));
        }
Beispiel #2
0
        private static string ComponentFieldDescription(string componentName, RootField field)
        {
            var name = field.DisplayName();

            return(string.Format(CultureInfo.InvariantCulture, FieldDescriptions.ComponentField, name, componentName));
        }
Beispiel #3
0
        private static string FieldPartitionDescription(RootField field, string partition)
        {
            var name = field.DisplayName();

            return(string.Format(CultureInfo.InvariantCulture, FieldDescriptions.ContentPartitionField, name, partition));
        }