C# 클래스 OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenParser

파일 보기 프로젝트 열기: OfficeDev/PnP-Sites-Core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_web Web

공개 메소드들

메소드 설명
AddToken ( OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions.TokenDefinition tokenDefinition ) : void
GetLeftOverTokens ( string input ) : IEnumerable
GetResourceTokenResourceValues ( string tokenValue ) : string>>.List
ParseString ( string input ) : string
Rebase ( Web web ) : void
TokenParser ( Web web, OfficeDevPnP.Core.Framework.Provisioning.Model.ProvisioningTemplate template ) : System

메소드 상세

AddToken() 공개 메소드

public AddToken ( OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions.TokenDefinition tokenDefinition ) : void
tokenDefinition OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions.TokenDefinition
리턴 void

GetLeftOverTokens() 공개 메소드

public GetLeftOverTokens ( string input ) : IEnumerable
input string
리턴 IEnumerable

GetResourceTokenResourceValues() 공개 메소드

public GetResourceTokenResourceValues ( string tokenValue ) : string>>.List
tokenValue string
리턴 string>>.List

ParseString() 공개 메소드

public ParseString ( string input ) : string
input string
리턴 string

Rebase() 공개 메소드

public Rebase ( Web web ) : void
web Web
리턴 void

TokenParser() 공개 메소드

public TokenParser ( Web web, OfficeDevPnP.Core.Framework.Provisioning.Model.ProvisioningTemplate template ) : System
web Web
template OfficeDevPnP.Core.Framework.Provisioning.Model.ProvisioningTemplate
리턴 System

프로퍼티 상세

_web 공개적으로 프로퍼티

public Web _web
리턴 Web