Class DetailEntry
Inheritance
Object
DetailEntry
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.Platform.Controls.Summary
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class DetailEntry
Constructors
DetailEntry(String, String)
Declaration
public DetailEntry(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
String | value |
Properties
Icon
Declaration
public DrawingImage Icon { get; set; }
Property Value
Type | Description |
---|---|
DrawingImage |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
String |