Table of Contents

Class BrandingRecords

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The branding List model.

[DataContract]
public class BrandingRecords
Inheritance
BrandingRecords
Inherited Members

Properties

Result

Gets or sets the branding result.

[DataMember(Name = "result", EmitDefaultValue = true)]
public List<ViewBrandDetails> Result { get; set; }

Property Value

List<ViewBrandDetails>