Click or drag to resize

IStyleInstruction Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Object that is part or complete instance styleShot instruction - or meant to be used as styling definer

Namespace:  imbSCI.Core.reporting.style.shot
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public interface IStyleInstruction : IGetCodeName
Request Example View Source

The IStyleInstruction type exposes the following members.

Methods
  NameDescription
Public methodgetCodeName
Gets code name of the object. CodeName should be unique per each unique set of values of properties. In other words: if two instances of the same class have different CodeName that means values of their key properties are not same.
(Inherited from IGetCodeName.)
Top
See Also

Reference

[!:aceCommonTypes.interfaces.IGetCodeName]