helpcenter/helpcenter.r7-office.ru/Web/App_Data/class_descriptions.xml

187 lines
5.4 KiB
XML
Raw Normal View History

2019-02-13 14:39:16 +00:00
<TypeDescriptor xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Names>
<entry>
<key>System.Boolean</key>
<value>
<Description>Bool value</Description>
<Example>true</Example>
</value>
</entry>
<entry>
<key>System.DateTime</key>
<value>
<Description>Date and Time</Description>
<Example>2011-10-1</Example>
</value>
</entry>
<entry>
<key>System.String</key>
<value>
<Description>string</Description>
<Example>some text</Example>
</value>
</entry>
<entry>
<key>System.Int32</key>
<value>
<Description>number</Description>
<Example>1234</Example>
</value>
</entry>
<entry>
<key>System.Single</key>
<value>
<Description>number</Description>
<Example>1234</Example>
</value>
</entry>
<entry>
<key>System.Int64</key>
<value>
<Description>number</Description>
<Example>1234</Example>
</value>
</entry>
<entry>
<key>System.Int64[]</key>
<value>
<Description>array of numbers</Description>
<Example>[1234,123]</Example>
</value>
</entry>
<entry>
<key>System.String[]</key>
<value>
<Description>array of strings</Description>
<Example>[some string,another string]</Example>
</value>
</entry>
<entry>
<key>System.Float</key>
<value>
<Description>floating point number</Description>
<Example>123.45</Example>
</value>
</entry>
<entry>
<key>System.Guid</key>
<value>
<Description>guid</Description>
<Example>9924256A-739C-462b-AF15-E652A3B1B6EB</Example>
</value>
</entry>
<entry>
<key>ASC.Projects.Core.Domain.TaskPriority</key>
<value>
<Description>task priority</Description>
<Example>High = 1, Normal = 0, Low = -1</Example>
</value>
</entry>
<entry>
<key>ASC.Projects.Core.Domain.TaskStatus</key>
<value>
<Description>task status</Description>
<Example>NotAccept = 0,Open = 1, Closed = 2,Disable = 3,Unclassified = 4,NotInMilestone = 5</Example>
</value>
</entry>
<entry>
<key>ASC.Projects.Core.Domain.ProjectStatus</key>
<value>
<Description>project status</Description>
<Example>Open = 0, Closed = 1</Example>
</value>
</entry>
<entry>
<key>ASC.Projects.Core.Domain.MilestoneStatus</key>
<value>
<Description>milestone status</Description>
<Example>Open = 0, Closed = 1, Late = 2, Disable = 3</Example>
</value>
</entry>
<entry>
<key>ASC.Forum.TopicType</key>
<value>
<Description>topic type</Description>
<Example>Informational=0,Poll=1</Example>
<Note>What is this?</Note>
</value>
</entry>
<entry>
<key>System.IO.Stream</key>
<value>
<Description>A stream for uploading files without multipart request</Description>
<Example>N/A</Example>
<Note></Note>
</value>
</entry>
<entry>
<key>System.Net.Mime.ContentType</key>
<value>
<Description>A content type for stream when uploading files without multipart request</Description>
<Example>application/octet-stream</Example>
<Note>Set Content-Type header</Note>
</value>
</entry>
<entry>
<key>System.Net.Mime.ContentDisposition</key>
<value>
<Description>A Content Disposition with file name for stream when uploading files without multipart request</Description>
<Example>attachment; filename="file1.png"</Example>
<Note>Set Content-Disposition header</Note>
</value>
</entry>
<entry>
<key>System.Collections.Generic.IEnumerable`1[System.Web.HttpPostedFileBase]</key>
<value>
<Description>Files for adding using multipart/form-data</Description>
<Example>N/A</Example>
</value>
</entry>
<entry>
<key>ASC.Api.Employee.Contact</key>
<value>
<Description>Contact</Description>
<Example>contacts[0][Type]=GTalk&amp;contacts[0][Value]=my@gmail.com</Example>
</value>
</entry>
<entry>
<key>System.Guid[]</key>
<value>
<Description>Collection of Guids</Description>
<Example></Example>
</value>
</entry>
<entry>
<key>ASC.Specific.ApiDateTime</key>
<value>
<Description>Date and Time</Description>
<Example>Roundtrip format: 2008-04-10T06-30-00.000Z</Example>
</value>
</entry>
<entry>
<key>System.Collections.Generic.List`1[ASC.Api.Calendar.CalendarApi+SharingParam]</key>
<value>
<Description>list of sharing options</Description>
<Example></Example>
</value>
</entry>
<entry>
<key>ASC.Api.Documents.FileShareParams</key>
<value>
<Description>FileShareParams</Description>
<Example>share[0].ShareTo=9924256A-739C-462b-AF15-E652A3B1B6EB&amp;share[0].Access=0</Example>
</value>
</entry>
<entry>
<key>ASC.Web.Studio.Core.Backup.BackupAjaxHandler+StorageParams</key>
<value>
<Description>Object with fields: AccessKeyId, SecretAccessKey, Bucket, FolderId, FilePath, Region</Description>
<Example></Example>
</value>
</entry>
</Names>
</TypeDescriptor>