메소드 | 설명 | |
---|---|---|
GetWSSID ( ClientContext clientContext, List list, string title, string id ) : int |
Retrieving WssId for given field title
|
|
IntializeClientObject ( ClientContext clientContext, TermGroup termGroup, string termSetName ) : List |
Initializing Client List By Loading TermGroup
|
|
IntializePracticeGroupObject ( ClientContext clientContext, TermGroup termGroup, string termSetName ) : List |
Initializing Practice Group List By Loading TermGroup
|
|
LoadTermGroup ( ClientContext clientContext, TaxonomySession taxonomySession, string termGroupName ) : TermGroup |
Loading the Term Group Based on Given Name
|
|
UpdateMatter ( ClientContext clientContext, List list, string titlePracticeGroup, string practiceGroupDefaultValue, string titleAreaOfLaw, string areaOfLawDefaultValue, string titleSubAreaOfLaw, string subAreaOfLawDefaultValue, string clientName ) : void |
Updating Matter Based on given Title
|
|
UpdateMatterBasedOnContentType ( ClientContext clientContext, List list, List |
Update Content based on comparison with content type
|
|
UpdatePreviousDocuments ( ClientContext clientContext, List list, string practiceGroupMetadataDefaultValue, string areaOfLawMetadataDefaultValue, string subAreaOfLawMetadataDefaultValue, string clientName ) : void |
Updating Previous Documents Recursively using CAML Query
|
메소드 | 설명 | |
---|---|---|
LoadExecute ( ClientContext clientContext, TermCollection termColl ) : void |
To load and execute the Term collection
|
public static GetWSSID ( ClientContext clientContext, List list, string title, string id ) : int | ||
clientContext | ClientContext | Client Context |
list | List | List For Matters |
title | string | Title for whom WssId need to be retrieved |
id | string | Id for whom WssId need to be retrieved |
리턴 | int |
public static IntializeClientObject ( ClientContext clientContext, TermGroup termGroup, string termSetName ) : List |
||
clientContext | ClientContext | Client Context |
termGroup | TermGroup | Term Group |
termSetName | string | Term Store |
리턴 | List |
public static IntializePracticeGroupObject ( ClientContext clientContext, TermGroup termGroup, string termSetName ) : List |
||
clientContext | ClientContext | Client Context |
termGroup | TermGroup | Term Group |
termSetName | string | Term Set Name |
리턴 | List |
public static LoadTermGroup ( ClientContext clientContext, TaxonomySession taxonomySession, string termGroupName ) : TermGroup | ||
clientContext | ClientContext | Client context |
taxonomySession | TaxonomySession | Taxonomy session |
termGroupName | string | Term group name |
리턴 | TermGroup |
public static UpdateMatter ( ClientContext clientContext, List list, string titlePracticeGroup, string practiceGroupDefaultValue, string titleAreaOfLaw, string areaOfLawDefaultValue, string titleSubAreaOfLaw, string subAreaOfLawDefaultValue, string clientName ) : void | ||
clientContext | ClientContext | Client Context |
list | List | List For All Matters |
titlePracticeGroup | string | Title For Practice Group |
practiceGroupDefaultValue | string | Default Value to be Set for practice group |
titleAreaOfLaw | string | Title For Area of Law |
areaOfLawDefaultValue | string | Default Value to be Set for Area of Law |
titleSubAreaOfLaw | string | Title For Sub Area of Law |
subAreaOfLawDefaultValue | string | default Value to be Set for Sub Area of Law |
clientName | string | Current Client Name |
리턴 | void |
public static UpdateMatterBasedOnContentType ( ClientContext clientContext, List list, List |
||
clientContext | ClientContext | Client Context |
list | List | List For All Matters |
practiceGroups | List |
Object List For Class Practice Group |
compareToContentTypeValue | string | Value To be Compared based on Case by flag |
clientName | string | Name of the Client for which Matter are processing |
flag | int | Scenario based on which we need to do update |
리턴 | bool |
public static UpdatePreviousDocuments ( ClientContext clientContext, List list, string practiceGroupMetadataDefaultValue, string areaOfLawMetadataDefaultValue, string subAreaOfLawMetadataDefaultValue, string clientName ) : void | ||
clientContext | ClientContext | Client Context |
list | List | List of Matters |
practiceGroupMetadataDefaultValue | string | Default Value to be Set for practice group |
areaOfLawMetadataDefaultValue | string | Default Value to be Set for Area of Law |
subAreaOfLawMetadataDefaultValue | string | default Value to be Set for Sub Area of Law |
clientName | string | Current Client name |
리턴 | void |