C# Class SiteDocumentBase, TabMigrate

Base class for information common to Workbooks and Data Sources, so we don't have lots of redundant code
Inheritance: IHasProjectId, ITagSetInfo, IHasSiteItemId
Afficher le fichier Open project: tableau/TabMigrate

Méthodes publiques

Свойство Type Description
DeveloperNotes string
Id string
Name string
OwnerId string
ProjectId string
ProjectName string
TagsSet SiteTagsSet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsTaggedWith ( string tagText ) : bool

Méthodes protégées

Méthode Description
SiteDocumentBase ( XmlNode xmlNode ) : System

Method Details

IsTaggedWith() public méthode

public IsTaggedWith ( string tagText ) : bool
tagText string
Résultat bool

SiteDocumentBase() protected méthode

protected SiteDocumentBase ( XmlNode xmlNode ) : System
xmlNode XmlNode
Résultat System

Property Details

DeveloperNotes public_oe property

Any developer/diagnostic notes we want to indicate
public string DeveloperNotes
Résultat string

Id public_oe property

public string Id
Résultat string

Name public_oe property

public string Name
Résultat string

OwnerId public_oe property

public string OwnerId
Résultat string

ProjectId public_oe property

public string ProjectId
Résultat string

ProjectName public_oe property

public string ProjectName
Résultat string

TagsSet public_oe property

public SiteTagsSet TagsSet
Résultat SiteTagsSet