Show / Hide Table of Contents

Class StyleManager

This class is useful for setting and getting mandatory, free-style, unchangeable label styles.

Inheritance
System.Object
StyleManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SDBCS.management
Assembly: SDBCS.dll
Syntax
public class StyleManager

Constructors

StyleManager()

Declaration
public StyleManager()

Methods

getLabelFree()

Declaration
public string getLabelFree()
Returns
Type Description
System.String

getLabelMand()

Declaration
public string getLabelMand()
Returns
Type Description
System.String

getLabelUnchng()

Declaration
public string getLabelUnchng()
Returns
Type Description
System.String

setDefault()

Declaration
public void setDefault()

setLabelFree(String)

Declaration
public void setLabelFree(string labelFree)
Parameters
Type Name Description
System.String labelFree

setLabelMand(String)

Declaration
public void setLabelMand(string labelMand)
Parameters
Type Name Description
System.String labelMand

setLabelUnchng(String)

Declaration
public void setLabelUnchng(string labelUnchng)
Parameters
Type Name Description
System.String labelUnchng
In This Article
Back to top Generated by DocFX