StoreLocalizationOptions Class

Base data contract object for supplying information when storing a localization.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsStoreLocalizationOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class StoreLocalizationOptions

The StoreLocalizationOptions type exposes the following members.

Constructors
 NameDescription
Public methodStoreLocalizationOptions Initializes a new instance of the StoreLocalizationOptions class.
Top
Properties
 NameDescription
Public propertyContents Gets or sets the contents to be used for the resource.
Public propertyCultureNameGets the culture.
Public propertyIsOverride Gets a value indicating whether this localization is an override.
Public propertyModuleIdGets the module identifier.
Public propertyNameGets the name.
Top
See Also