C# 클래스 GSoft.Dynamite.Setup.TaxonomyInfo

Helps in filling taxonomy fields
상속: FieldValueInfo, ITaxonomyInfo
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
ApplyFieldOnMetadata ( MetadataDefaults metadata, SPFolder folder, SPList list ) : void

Sets a default for a field at a location.

ApplyOnItem ( SPListItem item ) : void

Applies the on item.

ApplyOnItem ( SPListItem item, SPList list ) : void

Sets the value of the taxonomy field in the given list item to the properties of the Term object in the default language of the TermStore object.

메소드 상세

ApplyFieldOnMetadata() 공개 메소드

Sets a default for a field at a location.
public ApplyFieldOnMetadata ( MetadataDefaults metadata, SPFolder folder, SPList list ) : void
metadata MetadataDefaults Provides the method to set the default value for the field
folder SPFolder location at which to set the default value
list SPList List of the TaxonomyField containing the validatedString corresponding to the default value.
리턴 void

ApplyOnItem() 공개 메소드

Applies the on item.
public ApplyOnItem ( SPListItem item ) : void
item SPListItem The item.
리턴 void

ApplyOnItem() 공개 메소드

Sets the value of the taxonomy field in the given list item to the properties of the Term object in the default language of the TermStore object.
public ApplyOnItem ( SPListItem item, SPList list ) : void
item SPListItem The object whose field is to be updated.
list SPList List containing the TaxonomyField to set
리턴 void