Class GearItem
Inheritance
System.Object
GearItem
Assembly: FastReport.Service.dll
Syntax
[DataContract]
public class GearItem
Properties
Extension
Declaration
[DataMember]
public string Extension { get; set; }
Property Value
Type |
Description |
System.String |
|
MimeType
Declaration
[DataMember]
public string MimeType { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Properties
Declaration
[DataMember]
public Dictionary<string, string> Properties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|