PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEPropertyBag

    Esta classe representa um PropertyBag.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEPropertyBag
    Implements
    StdBE100.IStdBEPropertyBag
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdBE100
    Assembly: StdBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("3C0CBD25-719B-4577-9E1E-7F0D84AAAB46")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEPropertyBag : StdBaseBE, IStdBEPropertyBag
    Remarks

    As funcionalidades da classe correspondem genericamente às de um PropertyBag

    Constructors

    StdBEPropertyBag()

    Declaration
    public StdBEPropertyBag()

    Properties

    Contents

    Obtem o conteúdo da PropertyBag.

    Declaration
    public string Contents { get; }
    Property Value
    Type Description
    System.String

    Methods

    WriteProperty(String, Object)

    Declaration
    public void WriteProperty(string strPropertyName, dynamic strValue)
    Parameters
    Type Name Description
    System.String strPropertyName
    System.Object strValue

    Implements

    StdBE100.IStdBEPropertyBag