Search Results for

    Show / Hide Table of Contents

    Class DataRowAttachment

    Inheritance
    System.Object
    BaseModel
    DataRowAttachment
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model.SharePoint.InformationArchitecture
    Assembly: PnP.Framework.dll
    Syntax
    public class DataRowAttachment : BaseModel, IProvisioningTemplateDescendant

    Constructors

    DataRowAttachment()

    Declaration
    public DataRowAttachment()

    Properties

    Name

    The Name of the File Attachment

    Declaration
    public String Name { get; set; }
    Property Value
    String

    Overwrite

    Defines whether to overwrite an already existing file or not

    Declaration
    public Boolean Overwrite { get; set; }
    Property Value
    Boolean

    Src

    The Src of the File

    Declaration
    public String Src { get; set; }
    Property Value
    String

    Methods

    Equals(DataRowAttachment)

    Compares DataRowAttachment object based on Name, Src, and Overwrite

    Declaration
    public bool Equals(DataRowAttachment other)
    Parameters
    DataRowAttachment other

    User DataRowAttachment object

    Returns
    System.Boolean

    true if the DataRowAttachment object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with DataRowAttachment class

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents DataRowAttachment

    Returns
    System.Boolean

    Checks whether object is DataRowAttachment class

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer